Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Feb 14, 2024
1 parent 82cc842 commit dc54ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/AWS_Tests/src/S3_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ add_specs suite_builder =
my_file.delete
bak_file.exists . should_be_true
my_file.exists . should_be_false
files = (my_writable_dir / "bak-test") . list
files = my_file.parent.list
files . should_contain bak_file
files . should_not_contain my_file

Expand Down

0 comments on commit dc54ea0

Please sign in to comment.