Skip to content

Commit 681f15d

Browse files
authored
CSHARP-3634: Convert change stream spec tests to unified test format (#776)
CSHARP-3634: Convert change stream spec tests to unified test format
1 parent 5387670 commit 681f15d

27 files changed

+9045
-7900
lines changed

src/MongoDB.Driver.Core/Core/Misc/Feature.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ public class Feature
261261
/// Gets the change stream pre post images feature.
262262
/// </summary>
263263
public static Feature ChangeStreamPrePostImages => __changeStreamPrePostImages;
264-
265264

266265
/// <summary>
267266
/// Gets the client side encryption feature.

tests/MongoDB.Driver.Core.Tests/Core/Operations/ChangeStreamOperationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ public void FullDocument_get_and_set_should_work(
265265
[Theory]
266266
[ParameterAttributeData]
267267
public void FullDocumentBeforeChange_get_and_set_should_work(
268-
[Values(ChangeStreamFullDocumentBeforeChangeOption.Default, ChangeStreamFullDocumentBeforeChangeOption.WhenAvailable)] ChangeStreamFullDocumentBeforeChangeOption value)
268+
[Values(ChangeStreamFullDocumentBeforeChangeOption.Default, ChangeStreamFullDocumentBeforeChangeOption.WhenAvailable)] ChangeStreamFullDocumentBeforeChangeOption value)
269269
{
270270
var subject = CreateSubject();
271271

0 commit comments

Comments
 (0)