Skip to content

Commit

Permalink
DRIVERS-2802: Fix insertedId expectations in insertOne-errorLabels (#…
Browse files Browse the repository at this point in the history
…1494)

This corrects a mistake introduced in 5fc23f4 when these tests were originally moved from insertOne-serverErrors
  • Loading branch information
jmikola authored Jan 12, 2024
1 parent e54cb7c commit 8de8180
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
32 changes: 16 additions & 16 deletions source/retryable-writes/tests/legacy/insertOne-errorLabels.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions source/retryable-writes/tests/legacy/insertOne-errorLabels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ tests:
document: { _id: 1, x: 11 }
outcome:
result:
insertedId: 3
insertedId: 1
collection:
data:
- { _id: 1, x: 11 }
Expand All @@ -78,7 +78,7 @@ tests:
document: { _id: 1, x: 11 }
outcome:
result:
insertedId: 3
insertedId: 1
collection:
data:
- { _id: 1, x: 11 }
Expand All @@ -98,7 +98,7 @@ tests:
document: { _id: 1, x: 11 }
outcome:
result:
insertedId: 3
insertedId: 1
collection:
data:
- { _id: 1, x: 11 }
Expand All @@ -118,7 +118,7 @@ tests:
document: { _id: 1, x: 11 }
outcome:
result:
insertedId: 3
insertedId: 1
collection:
data:
- { _id: 1, x: 11 }
Expand All @@ -138,7 +138,7 @@ tests:
document: { _id: 1, x: 11 }
outcome:
result:
insertedId: 3
insertedId: 1
collection:
data:
- { _id: 1, x: 11 }
Expand All @@ -158,7 +158,7 @@ tests:
document: { _id: 1, x: 11 }
outcome:
result:
insertedId: 3
insertedId: 1
collection:
data:
- { _id: 1, x: 11 }
Expand All @@ -178,7 +178,7 @@ tests:
document: { _id: 1, x: 11 }
outcome:
result:
insertedId: 3
insertedId: 1
collection:
data:
- { _id: 1, x: 11 }
Expand All @@ -198,7 +198,7 @@ tests:
document: { _id: 1, x: 11 }
outcome:
result:
insertedId: 3
insertedId: 1
collection:
data:
- { _id: 1, x: 11 }
Expand All @@ -218,7 +218,7 @@ tests:
document: { _id: 1, x: 11 }
outcome:
result:
insertedId: 3
insertedId: 1
collection:
data:
- { _id: 1, x: 11 }
Expand All @@ -238,7 +238,7 @@ tests:
document: { _id: 1, x: 11 }
outcome:
result:
insertedId: 3
insertedId: 1
collection:
data:
- { _id: 1, x: 11 }
Expand All @@ -258,7 +258,7 @@ tests:
document: { _id: 1, x: 11 }
outcome:
result:
insertedId: 3
insertedId: 1
collection:
data:
- { _id: 1, x: 11 }
Expand All @@ -278,7 +278,7 @@ tests:
document: { _id: 1, x: 11 }
outcome:
result:
insertedId: 3
insertedId: 1
collection:
data:
- { _id: 1, x: 11 }
Expand All @@ -299,7 +299,7 @@ tests:
document: { _id: 1, x: 11 }
outcome:
result:
insertedId: 3
insertedId: 1
collection:
data:
- { _id: 1, x: 11 }
Expand All @@ -320,7 +320,7 @@ tests:
document: { _id: 1, x: 11 }
outcome:
result:
insertedId: 3
insertedId: 1
collection:
data:
- { _id: 1, x: 11 }
Expand All @@ -341,7 +341,7 @@ tests:
document: { _id: 1, x: 11 }
outcome:
result:
insertedId: 3
insertedId: 1
collection:
data:
- { _id: 1, x: 11 }
Expand All @@ -362,7 +362,7 @@ tests:
document: { _id: 1, x: 11 }
outcome:
result:
insertedId: 3
insertedId: 1
collection:
data:
- { _id: 1, x: 11 }
Expand Down

0 comments on commit 8de8180

Please sign in to comment.