Skip to content

Commit

Permalink
fix-test
Browse files Browse the repository at this point in the history
  • Loading branch information
kitbellew committed Nov 7, 2021
1 parent ba58012 commit ee124da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scalafmt-tests/src/test/scala/org/scalafmt/cli/CliTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,8 @@ trait CliTestBehavior { this: AbstractCliTest =>
assert(
out.contains("bar.scala") &&
!out.contains("baz.scala") &&
out.contains("dir/foo.scala")
out.contains("dir/foo.scala"),
out
)
}
)
Expand Down

0 comments on commit ee124da

Please sign in to comment.