summaryrefslogtreecommitdiffstats
path: root/store/storetest/user_store.go
diff options
context:
space:
mode:
Diffstat (limited to 'store/storetest/user_store.go')
-rw-r--r--store/storetest/user_store.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/store/storetest/user_store.go b/store/storetest/user_store.go
index f3cc59946..533e376b2 100644
--- a/store/storetest/user_store.go
+++ b/store/storetest/user_store.go
@@ -2181,6 +2181,7 @@ func testUserStoreGetAllAfter(t *testing.T, ss store.Store) {
found := false
for _, u := range d1 {
+
if u.Id == u1.Id {
found = true
assert.Equal(t, u1.Id, u.Id)