Fix issues reported by staticcheck

This commit is contained in:
Julien Laffaye
2020-10-21 22:10:46 +02:00
parent 333201f85f
commit 0de5c29d45
3 changed files with 4 additions and 4 deletions

View File

@@ -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")