mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-07 00:17:37 +08:00
fix: remove unnecessary content
This commit is contained in:
@@ -126,7 +126,7 @@ func TestStopNotify(t *testing.T) {
|
||||
close(r.doneChan)
|
||||
}()
|
||||
|
||||
notifier := r.StopNotify()
|
||||
notifier := r.stopNotify()
|
||||
select {
|
||||
case <-notifier:
|
||||
t.Fatalf("received unexpected stop notification")
|
||||
|
||||
Reference in New Issue
Block a user