We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7e5eb8 commit 4e9ecb1Copy full SHA for 4e9ecb1
internal/verifier/migration_verifier_test.go
@@ -942,21 +942,21 @@ func (suite *IntegrationTestSuite) TestFailedVerificationTaskInsertions() {
942
ctx,
943
"foo.bar",
944
mslices.Of(mbson.ToRawValue(42)),
945
- []int{100},
+ []int32{100},
946
)
947
suite.Require().NoError(err)
948
err = verifier.InsertFailedCompareRecheckDocs(
949
950
951
mslices.Of(mbson.ToRawValue(43), mbson.ToRawValue(44)),
952
- []int{100, 100},
+ []int32{100, 100},
953
954
955
956
957
"foo.bar2",
958
959
960
961
962
event := ParsedEvent{
0 commit comments