Skip to content

Commit 7eee6af

Browse files
committed
warnings for me are errors for github actions...
1 parent 4defdf9 commit 7eee6af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hazards/flood_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func TestArrivalDepthandDurationEvent(t *testing.T) {
5555
t.Errorf("Expected %s, got %s", at, d.ArrivalTime())
5656
}
5757
s, _ := d.MarshalJSON()
58-
fmt.Printf(string(s) + "\n")
58+
fmt.Printf("%v\n", string(s))
5959
}
6060
func TestDepthEventParameters(t *testing.T) {
6161
d := hazards.DepthEvent{}

0 commit comments

Comments
 (0)