Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
arran4 committed Oct 28, 2024
1 parent 14d7e7c commit d1cd0d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions components_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ func TestSetAllDay(t *testing.T) {
}
}
dateSpecificLocationNotLocal, err := time.ParseInLocation(time.RFC822, time.RFC822, specificLocationNotLocal)
if err != nil {
t.Fatalf("Error parsing date RFC822: %v", err)
}

testCases := []struct {
name string
Expand Down

0 comments on commit d1cd0d1

Please sign in to comment.