1
0
mirror of https://github.com/deavmi/birchwood synced 2024-09-20 13:43:19 +02:00

Unit tests (messages)

- Fixed unit test for `ChecksMode.HARDCORE` (typo fix)
This commit is contained in:
Tristan B. Velloza Kildaire 2023-07-06 19:30:14 +02:00
parent 9849fd834b
commit f2b0c34842

View File

@ -671,7 +671,7 @@ unittest
try try
{ {
message.encode(ChecksMode.HARCORE); message.encode(ChecksMode.HARDCORE);
assert(false); assert(false);
} }
catch(BirchwoodException e) catch(BirchwoodException e)