Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
deryacakmak committed Feb 19, 2024
1 parent d60b56c commit 3b0fde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func Test_main(t *testing.T) {
binNumber, err := client.Installment.RetrieveBinNumber(context.Background(), "487074")
require.NotNil(t, err)
require.Nil(t, binNumber)
assert.Equal(t, true, strings.Contains(err.Error(), "API credential not found!"))
assert.Equal(t, true, strings.Contains(err.Error(), "API credential not found"))
})
})
}

0 comments on commit 3b0fde1

Please sign in to comment.