From 54103b00f2e0e035e256d6512b3ac32d0b56dd81 Mon Sep 17 00:00:00 2001 From: Marcin Czenko Date: Tue, 15 Oct 2024 03:11:46 +0200 Subject: [PATCH] Fixes a typo in the name of the validation suite in integration tests --- tests/integration/testvalidator.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/testvalidator.nim b/tests/integration/testvalidator.nim index 20ced51c..c5e6c255 100644 --- a/tests/integration/testvalidator.nim +++ b/tests/integration/testvalidator.nim @@ -13,7 +13,7 @@ export logutils logScope: topics = "integration test validation" -marketplacesuite "Validaton": +marketplacesuite "Validation": let nodes = 3 let tolerance = 1 var slotsFilled: seq[SlotId]