mirror of
https://github.com/go-acme/lego
synced 2026-03-14 22:45:48 +01:00
tests: typo wrong copy-paste
This commit is contained in:
parent
907388af75
commit
7bdebfcdbc
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue