summaryrefslogtreecommitdiffstats
path: root/modules/storage/local_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/storage/local_test.go')
-rw-r--r--modules/storage/local_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/storage/local_test.go b/modules/storage/local_test.go
index 9649761a0f..0873f8e14e 100644
--- a/modules/storage/local_test.go
+++ b/modules/storage/local_test.go
@@ -89,6 +89,6 @@ func TestLocalStorageIterator(t *testing.T) {
return nil
})
assert.NoError(t, err)
- assert.Equal(t, count, len(expected))
+ assert.Len(t, expected, count)
}
}