Skip to content

Commit

Permalink
MAKE-1065: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tychoish committed Dec 13, 2019
1 parent 8b996ad commit cc28b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/performance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func TestPerformanceType(t *testing.T) {
t.Run("Zero", func(t *testing.T) {
perf := &Performance{}
perf.Add(&Performance{})
assert.Equal(t, &Performance{}, perf)
assert.Equal(t, &Performance{ID: 1}, perf)
})
t.Run("OverridesID", func(t *testing.T) {
perf := &Performance{}
Expand Down

0 comments on commit cc28b10

Please sign in to comment.