Skip to content

Commit

Permalink
Update test/Tests/src/System/File_Read_Spec.enso
Browse files Browse the repository at this point in the history
Co-authored-by: James Dunkerley <[email protected]>
  • Loading branch information
radeusgd and jdunkerley authored May 9, 2023
1 parent ae8e473 commit eb0de47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Tests/src/System/File_Read_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec =
content = sample_txt.read
content.should_equal "Hello World!"

Test.specify "should raise an not-found error when reading a nonexistent file even of unknown format" <|
Test.specify "should raise a not-found error when reading a nonexistent file even of unknown format" <|
r1 = (File.new "nonexistent.file.of.weird-format").read
r1.should_fail_with File_Error
r1.catch.should_be_a File_Error.Not_Found
Expand Down

0 comments on commit eb0de47

Please sign in to comment.