diff --git a/commands/uni_test.go b/commands/uni_test.go index e0c2507..f1f18cd 100644 --- a/commands/uni_test.go +++ b/commands/uni_test.go @@ -150,6 +150,7 @@ func TestGetTimeTable(t *testing.T) { if err != nil && !tt.error { t.Errorf("GetTimeTable() error = %v", err) return + } else if got == "" { } else { got = strings.ReplaceAll(got, " ", "") want := strings.ReplaceAll(tt.want, " ", "")