Skip to content

Commit

Permalink
update message checked in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Oct 1, 2024
1 parent aeb593f commit 5245500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Base_Tests/src/Network/Enso_Cloud/Enso_File_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ add_specs suite_builder setup:Cloud_Tests_Setup = suite_builder.group "Enso Clou
Context.Output.with_disabled <|
r = "ABC".write f
r.should_fail_with Forbidden_Operation
r.catch.to_display_text . should_contain "Currently dry-run is not supported for Enso_File"
r.catch.to_display_text . should_contain "As writing is disabled, no action has been performed"
# The file should not have been created
f.exists . should_be_false

Expand Down

0 comments on commit 5245500

Please sign in to comment.