Skip to content

Commit

Permalink
Fix test string match failing
Browse files Browse the repository at this point in the history
# Rust tests and lints will be skipped. Delete if not intended.
[ci skip-rust]

# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
  • Loading branch information
Eric-Arellano committed Oct 30, 2020
1 parent 23abd07 commit 7447d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pants/engine/internals/scheduler_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def test_trace_includes_rule_exception_traceback() -> None:
File LOCATION-INFO, in nested_raise
fn_raises()
File LOCATION-INFO, in fn_raises
raise Exception(f"An exception!")
raise Exception("An exception!")
Exception: An exception!
"""
)
Expand Down

0 comments on commit 7447d81

Please sign in to comment.