Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2ce4386

Browse files
OsOpsDescrs::sm_local_os_ops is LocalOperations.get_single_instance()
1 parent d3167b0 commit 2ce4386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/helpers/global_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class OsOpsDescrs:
3131

3232
sm_remote_os_ops_descr = OsOpsDescr("remote_ops", sm_remote_os_ops)
3333

34-
sm_local_os_ops = LocalOperations()
34+
sm_local_os_ops = LocalOperations.get_single_instance()
3535

3636
sm_local_os_ops_descr = OsOpsDescr("local_ops", sm_local_os_ops)
3737

0 commit comments

Comments
 (0)