fixed comment typo
This commit is contained in:
parent
c8776b7cd9
commit
6522bc55b1
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue