Skip to content

Commit 2f5899b

Browse files
author
Max Gruenfelder
committed
fix tests
1 parent 76bd8d9 commit 2f5899b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: test-integration/__snapshots__/integration-main.test.js.snap

+3-3
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,11 @@ exports[`integration-main insert one entry witch checkForNext but return status
161161

162162
exports[`integration-main register retry for failed event after configured interval 1`] = `
163163
{
164-
"BEGIN": 7,
165-
"COMMIT": 5,
164+
"BEGIN": 6,
165+
"COMMIT": 4,
166166
"CREATE": 1,
167167
"DELETE": 1,
168-
"READ": 4,
168+
"READ": 3,
169169
"ROLLBACK": 1,
170170
"UPDATE": 2,
171171
}

0 commit comments

Comments
 (0)