1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-09-16 17:46:19 +02:00

fixed comment typo

This commit is contained in:
Gani Georgiev
2025-06-18 19:01:36 +03:00
parent c8776b7cd9
commit 6522bc55b1

View File

@@ -75,7 +75,7 @@ type ApiScenario struct {
// //
// map[string]int{ "*": 0 } // no hook events were fired // 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{ "*": 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 ExpectedEvents map[string]int
// test hooks // test hooks