Skip to content

Commit a5519b8

Browse files
authored
Remove assertion of change streams end iterator document (#1367)
1 parent cb7afd1 commit a5519b8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/mongocxx/test/change_streams.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,11 +183,8 @@ TEST_CASE("Spec Prose Tests") {
183183
REQUIRE(token2 != token3);
184184
REQUIRE(token1 != token3);
185185

186-
// When out of docs, check that the resume token is the same as the last doc.
187186
it++;
188187
REQUIRE(it == cs.end());
189-
REQUIRE(cs.get_resume_token());
190-
REQUIRE(*cs.get_resume_token() == token3);
191188
}
192189
}
193190

0 commit comments

Comments
 (0)