Skip to content

Commit

Permalink
Fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrunger committed Jul 22, 2024
1 parent d943c8c commit 4574958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/fcom/querier_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
with(<<~COMMAND.squish).
git log --format="commit %s|%H|%an|%cr (%ci)" --patch --full-diff --no-textconv
HEAD -- . |
rg "(the_search_string)|(^commit )|(^diff )" --color never |
rg "(the_search_string)|(^commit )|(^diff )" --color never --max-columns=2000 |
fcom "the_search_string" --path . --parse-mode --repo testuser/testrepo
COMMAND
and_return('')
Expand All @@ -52,7 +52,7 @@
HEAD
-- .
|
rg "(the_search_string)|(^commit )|(^diff )" --color never |
rg "(the_search_string)|(^commit )|(^diff )" --color never --max-columns=2000 |
fcom "the_search_string" --path . --parse-mode --repo testuser/testrepo
COMMAND
and_return('')
Expand Down

0 comments on commit 4574958

Please sign in to comment.