Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
1984a190
Commit
1984a190
authored
Mar 03, 2020
by
Leon
Browse files
use new removal function in keyshare tests
parent
3f98c45d
Changes
1
Hide whitespace changes
Inline
Side-by-side
internal/sessiontest/keyshare_test.go
View file @
1984a190
...
...
@@ -30,7 +30,7 @@ func TestKeyshareRegister(t *testing.T) {
defer
test
.
ClearTestStorage
(
t
)
require
.
NoError
(
t
,
client
.
KeyshareRemoveAll
())
require
.
NoError
(
t
,
client
.
Remove
AllCredentials
())
require
.
NoError
(
t
,
client
.
Remove
Storage
())
client
.
KeyshareEnroll
(
irma
.
NewSchemeManagerIdentifier
(
"test"
),
nil
,
"12345"
,
"en"
)
require
.
NoError
(
t
,
<-
handler
.
c
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment