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
b6b19997
Commit
b6b19997
authored
Nov 15, 2019
by
Sietse Ringers
Browse files
test: remove old parameter from irmaclient.New() invocation
parent
d454a2b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
internal/sessiontest/main_test.go
View file @
b6b19997
...
...
@@ -42,7 +42,6 @@ func parseStorage(t *testing.T) (*irmaclient.Client, *TestClientHandler) {
client
,
err
:=
irmaclient
.
New
(
filepath
.
Join
(
path
,
"storage"
,
"test"
),
filepath
.
Join
(
path
,
"irma_configuration"
),
""
,
handler
,
)
require
.
NoError
(
t
,
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