tests: typo wrong copy-paste

This commit is contained in:
Fernandez Ludovic 2026-01-28 20:30:36 +01:00
commit 7bdebfcdbc

View file

@ -42,7 +42,7 @@ func TestNewAccountsStorage_userID(t *testing.T) {
})
require.NoError(t, err)
assert.Equal(t, test.email, storage.userID)
assert.Equal(t, test.email, storage.email)
assert.Equal(t, test.expected, storage.userID)
})
}