We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed6a43 commit 1765d2eCopy full SHA for 1765d2e
1 file changed
internal/sessiontest/client_integration_test.go
@@ -51,8 +51,7 @@ func startCombinedIssuanceSessionAtServer(t *testing.T, server *IrmaServer) stri
51
}
52
53
func createIssuanceRequest() *irma.IssuanceRequest {
54
- var sdJwtBatchSize uint
55
- sdJwtBatchSize = 10
+ var sdJwtBatchSize uint = 10
56
req := irma.NewIssuanceRequest([]*irma.CredentialRequest{
57
{
58
CredentialTypeID: irma.NewCredentialTypeIdentifier("test.test.email"),
0 commit comments