You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/JsonApiDotNetCoreMongoDbTests/IntegrationTests/AtomicOperations/Creating/AtomicCreateResourceWithClientGeneratedIdTests.cs
+9-13
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@
3
3
usingJsonApiDotNetCore.Configuration;
4
4
usingJsonApiDotNetCore.Serialization.Objects;
5
5
usingMicrosoft.Extensions.DependencyInjection;
6
-
usingMongoDB.Bson;
7
6
usingTestBuildingBlocks;
8
7
usingXunit;
9
8
@@ -28,7 +27,7 @@ public async Task Can_create_resource_with_client_generated_string_ID_having_sid
0 commit comments