diff --git a/cmd/internal/storage/accounts_test.go b/cmd/internal/storage/accounts_test.go index 270c7fa51..b7ba944b1 100644 --- a/cmd/internal/storage/accounts_test.go +++ b/cmd/internal/storage/accounts_test.go @@ -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) }) }