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 6eddd49 commit 961715aCopy full SHA for 961715a
BunqSdk.Tests/Http/ResponseIdOnBadRequestTest.cs
@@ -16,7 +16,7 @@ public class ResponseIdOnBadRequestTest : BunqSdkTestBase
16
/// <summary>
17
/// Invalid user id to trigger BadRequestException
18
/// </summary>
19
- private static int INVALID_USER_PERSON_ID = 0;
+ private const int INVALID_USER_PERSON_ID = 0;
20
21
[Fact]
22
public void TestBadRequestWithResponseId()
0 commit comments