Skip to content

Commit 961715a

Browse files
author
Kevin Hellemun
committed
Made INVALID_USER_PERSON_ID a constant. (#63)
1 parent 6eddd49 commit 961715a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BunqSdk.Tests/Http/ResponseIdOnBadRequestTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class ResponseIdOnBadRequestTest : BunqSdkTestBase
1616
/// <summary>
1717
/// Invalid user id to trigger BadRequestException
1818
/// </summary>
19-
private static int INVALID_USER_PERSON_ID = 0;
19+
private const int INVALID_USER_PERSON_ID = 0;
2020

2121
[Fact]
2222
public void TestBadRequestWithResponseId()

0 commit comments

Comments
 (0)