Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
joskfg committed Sep 26, 2018
1 parent cc385a2 commit 593b59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actuator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func TestNewSize(t *testing.T) {
if err != nil {
t.Fatal(err)
}
if got, want := s, int32(2); got != want {
if got, want := s, int32(3); got != want {
t.Errorf("Expected %d, got: %d", want, got)
}
}
Expand Down

0 comments on commit 593b59d

Please sign in to comment.