From 6522bc55b1c5df97e4dc85ef0055e3615ea72844 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Wed, 18 Jun 2025 19:01:36 +0300 Subject: [PATCH] fixed comment typo --- tests/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/api.go b/tests/api.go index 893a0850..2fa281ec 100644 --- a/tests/api.go +++ b/tests/api.go @@ -75,7 +75,7 @@ type ApiScenario struct { // // map[string]int{ "*": 0 } // no hook events were fired // map[string]int{ "*": 0, "EventA": 2 } // no hook events, except EventA were fired - // map[string]int{ EventA": 2, "EventB": 0 } // ensures that EventA was fired exactly 2 times and EventB exactly 0 times. + // map[string]int{ "EventA": 2, "EventB": 0 } // ensures that EventA was fired exactly 2 times and EventB exactly 0 times. ExpectedEvents map[string]int // test hooks