Skip to content

Commit

Permalink
one more place to replace root with home
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Oct 1, 2024
1 parent 5245500 commit a53fa96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Base_Tests/src/System/File_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ add_specs suite_builder =

cloud_setup = Cloud_Tests_Setup.prepare
with_temporary_cloud_root ~action =
subdir = (Enso_File.root / ("my_test_CWD-" + Random.uuid.take 5)).create_directory
subdir = (Enso_File.home / ("my_test_CWD-" + Random.uuid.take 5)).create_directory
subdir.should_succeed
cleanup =
Enso_User.flush_caches
Expand Down

0 comments on commit a53fa96

Please sign in to comment.