Skip to content

Commit 1765d2e

Browse files
committed
fix typo
1 parent 1ed6a43 commit 1765d2e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

internal/sessiontest/client_integration_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ func startCombinedIssuanceSessionAtServer(t *testing.T, server *IrmaServer) stri
5151
}
5252

5353
func createIssuanceRequest() *irma.IssuanceRequest {
54-
var sdJwtBatchSize uint
55-
sdJwtBatchSize = 10
54+
var sdJwtBatchSize uint = 10
5655
req := irma.NewIssuanceRequest([]*irma.CredentialRequest{
5756
{
5857
CredentialTypeID: irma.NewCredentialTypeIdentifier("test.test.email"),

0 commit comments

Comments
 (0)