Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
chaspy committed Feb 7, 2021
1 parent 33e36e2 commit 860257a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func TestValidateEOLDate(t *testing.T) {
{name: "Warning", validDate: "2021-01-30", now: now, out: "alert"},
{name: "Warning", validDate: "2021-01-31", now: now, out: "warning"},
{name: "Warning", validDate: "2021-03-31", now: now, out: "warning"},
{name: "Warning", validDate: "2021-04-01", now: now, out: "ok"},
{name: "OK", validDate: "2021-04-01", now: now, out: "ok"},
}

for _, tt := range tests {
Expand Down

0 comments on commit 860257a

Please sign in to comment.