1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 13:22:52 +02:00
- FIxed assertion in unit test
This commit is contained in:
Tristan B. Velloza Kildaire 2023-03-17 08:37:13 +02:00
parent 1af73cb9d3
commit 988b1686d7

View File

@ -306,7 +306,7 @@ public final class Message
assert(cmp(splitted[0], "A:=1") == 0); assert(cmp(splitted[0], "A:=1") == 0);
assert(cmp(splitted[1], "A=12") == 0); assert(cmp(splitted[1], "A=2") == 0);
assert(cmp(splitted[2], "Hello this is text") == 0); assert(cmp(splitted[2], "Hello this is text") == 0);
} }