Skip to content

Commit 903136b

Browse files
Resolved warning.
1 parent f8f00ff commit 903136b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ApiClient.Tests/JsonStringEnumMemberConverterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public enum TestEnum
1616
C = 3
1717
}
1818

19-
private JsonSerializerOptions _options;
19+
private JsonSerializerOptions _options = null!;
2020

2121
[TestInitialize]
2222
public void Setup()

0 commit comments

Comments
 (0)