Fix issues reported by staticcheck
This commit is contained in:
@@ -178,6 +178,8 @@ func TestCurAndStackSetCorrectly(t *testing.T) {
|
||||
}
|
||||
|
||||
result := w.Next()
|
||||
assert.Equal(true, result, "Result should return true")
|
||||
|
||||
result = w.Next()
|
||||
|
||||
assert.Equal(true, result, "Result should return true")
|
||||
|
||||
Reference in New Issue
Block a user