mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-05-13 09:50:00 +08:00
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