Changed boolean register usage and attributes

This commit is contained in:
Felix Weiß
2023-06-23 13:51:11 +02:00
parent 50a11a3497
commit ebee8a0623
15 changed files with 256 additions and 300 deletions

View File

@@ -53,7 +53,7 @@ namespace MewtocolTests {
};
Assert.Equal(expectedData, LinkedData.ErrorCodes);
Assert.Equal(expectedData, CodeDescriptions.Error);
}