Skip to content

Commit

Permalink
Bump a TODO:
Browse files Browse the repository at this point in the history
- This is an automated Pull Request from Catana to bump a TODO
  from the file `lib/ci_runner/test_failure.rb` because the user @Edouard-chin
  requested it.

  Ref #14
  • Loading branch information
catana-corp[bot] committed Sep 10, 2022
1 parent f598173 commit 86327df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ci_runner/test_failure.rb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def absolute_path(path)

regex = %r{.*/?(test/.*?)\Z}
unless path.to_s.match?(regex)
# TODO(on: "2022-09-10", to: "edouard-chin") Revisit this as it's too brittle.
# TODO(on: '2022-09-17', to: "edouard-chin") Revisit this as it's too brittle.
# If a test file doesn't live the in the `test/` root folder, this will raise an error.
# I should instead warn the user and move on.
raise "Can't create a relative path."
Expand Down

0 comments on commit 86327df

Please sign in to comment.