Skip to content

Commit e843ac5

Browse files
committed
fix lint
1 parent ca6bcf0 commit e843ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/structs/commit_status_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ func TestNoBetterThan(t *testing.T) {
2626
for _, tt := range tests {
2727
assert.Equal(t, tt.higher, tt.s1.HasHigherPriorityThan(tt.s2), "s1=%s, s2=%s, expected=%v", tt.s1, tt.s2, tt.higher)
2828
}
29-
assert.Equal(t, false, CommitStatusError.HasHigherPriorityThan(CommitStatusError))
29+
assert.False(t, CommitStatusError.HasHigherPriorityThan(CommitStatusError))
3030
}

0 commit comments

Comments
 (0)