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
fcd35c73
Commit
fcd35c73
authored
Apr 17, 2018
by
Sietse Ringers
Browse files
Fix unit tests
parent
46dc0ca3
Changes
1
Hide whitespace changes
Inline
Side-by-side
irmaclient/session_test.go
View file @
fcd35c73
...
...
@@ -342,7 +342,7 @@ func TestKeyshareEnrollmentAndSessions(t *testing.T) {
client
.
handler
.
(
*
TestClientHandler
)
.
c
=
c
bytes
:=
make
([]
byte
,
8
,
8
)
rand
.
Read
(
bytes
)
require
.
NoError
(
t
,
client
.
keyshareEnrollWorker
(
irma
.
NewSchemeManagerIdentifier
(
"test"
),
nil
,
"12345"
))
require
.
NoError
(
t
,
client
.
keyshareEnrollWorker
(
irma
.
NewSchemeManagerIdentifier
(
"test"
),
nil
,
"12345"
,
"en"
))
if
err
:=
<-
c
;
err
!=
nil
{
t
.
Fatal
(
err
)
}
...
...
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