Skip to content

Commit

Permalink
Fix typo in test error assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowes committed Oct 2, 2018
1 parent e0a41f6 commit fac12b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/statuscake/statuscake_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ func TestClient_Update(t *testing.T) {
}

if fc.updateCount != 1 {
t.Errorf("Expected 1 udpate call, got %d", fc.updateCount)
t.Errorf("Expected 1 update call, got %d", fc.updateCount)
}
})

Expand Down

0 comments on commit fac12b7

Please sign in to comment.