add more tests for proc (#439)
This commit is contained in:
8
core/proc/stopper_test.go
Normal file
8
core/proc/stopper_test.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package proc
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestNopStopper(t *testing.T) {
|
||||
// no panic
|
||||
noopStopper.Stop()
|
||||
}
|
||||
Reference in New Issue
Block a user