Skip to content

Commit 5d358db

Browse files
committed
Small fix
1 parent 117276b commit 5d358db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/MongoDB.Driver.Tests/AtClusterTimeTests.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
using System.Collections.Generic;
1717
using MongoDB.Bson;
1818
using MongoDB.Bson.Serialization.Attributes;
19+
using MongoDB.Driver.Core.Clusters;
20+
using MongoDB.Driver.Core.TestHelpers.XunitExtensions;
1921
using Xunit;
2022

2123
namespace MongoDB.Driver.Tests;
@@ -25,6 +27,7 @@ public class AtClusterTimeTests
2527
[Fact]
2628
public void AtClusterTime_should_work()
2729
{
30+
RequireServer.Check().ClusterType(ClusterType.ReplicaSet);
2831
const string collectionName = "atClusterTimeTests";
2932
const string databaseName = "testDb";
3033

0 commit comments

Comments
 (0)