Skip to content

Commit 1cfc700

Browse files
authored
Replace one more legacy TestKit test ID (#921)
1 parent 2521570 commit 1cfc700

File tree

1 file changed

+1
-1
lines changed
  • packages/testkit-backend/src/skipped-tests

1 file changed

+1
-1
lines changed

packages/testkit-backend/src/skipped-tests/common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const skippedTests = [
4141
),
4242
skip(
4343
'Partial session iteration is not supported by the js driver',
44-
ifEquals('neo4j.sessionrun.TestSessionRun.test_partial_iteration'),
44+
ifEquals('neo4j.test_session_run.TestSessionRun.test_partial_iteration'),
4545
ifEquals('neo4j.test_session_run.TestSessionRun.test_session_reuse'),
4646
ifEquals('neo4j.test_session_run.TestSessionRun.test_iteration_nested'),
4747
),

0 commit comments

Comments
 (0)