From f2b0c3484275ab5cf99cc5accc00d75f44931bb6 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Thu, 6 Jul 2023 19:30:14 +0200 Subject: [PATCH] Unit tests (`messages`) - Fixed unit test for `ChecksMode.HARDCORE` (typo fix) --- source/birchwood/protocol/messages.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/birchwood/protocol/messages.d b/source/birchwood/protocol/messages.d index 3edeb4e..a289c4f 100644 --- a/source/birchwood/protocol/messages.d +++ b/source/birchwood/protocol/messages.d @@ -671,7 +671,7 @@ unittest try { - message.encode(ChecksMode.HARCORE); + message.encode(ChecksMode.HARDCORE); assert(false); } catch(BirchwoodException e)