Skip to content

Commit

Permalink
fix(tests): add missing bank parameter data segment
Browse files Browse the repository at this point in the history
  • Loading branch information
mitch000001 committed May 25, 2022
1 parent ed05ae4 commit cf5d7d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func TestClientBalances(t *testing.T) {
Name1: "Muster",
Name2: "Max",
AllowedBusinessTransactions: []domain.BusinessTransaction{
domain.BusinessTransaction{ID: "HKSAL", NeededSignatures: 1},
{ID: "HKSAL", NeededSignatures: 1},
},
}

Expand All @@ -35,6 +35,7 @@ func TestClientBalances(t *testing.T) {
"abcde",
"HIRMG:2:2:1+0020::Auftrag entgegengenommen'",
"HISYN:193:4:5+LRZYhZNbV2IBAAAd0?+VNqlkXrAQA'",
"HIBPA:2:2:+12+280:10000000+Bank Name+3+1+201:210:220+0'",
"HISALS:3:5:4+3+1'",
)
initResponse := encryptedTestMessage(
Expand Down

0 comments on commit cf5d7d8

Please sign in to comment.