Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelemusiani committed Jul 26, 2024
1 parent 61d5c23 commit 00ca301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/uni_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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, " ", "")
Expand Down

0 comments on commit 00ca301

Please sign in to comment.