util_test.go 90 B

12345678
  1. package my_util
  2. import "testing"
  3. func TestCloseChrome(t *testing.T) {
  4. CloseChrome()
  5. }