Skip to content

Commit 574d185

Browse files
committed
Rename script for more consistency
1 parent 6cd29b5 commit 574d185

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/stub/session_run/test_session_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def test_raises_error_on_session_run(self):
8383
if get_driver_name() in ["javascript", "dotnet"]:
8484
self.skipTest("Driver reports error too late.")
8585
self._server.start(
86-
path=self.script_path("session_yield_error_on_run.script")
86+
path=self.script_path("session_error_on_run.script")
8787
)
8888
self._session = self._driver.session("r")
8989
with self.assertRaises(types.DriverError) as exc:

0 commit comments

Comments
 (0)