Skip to content

Commit

Permalink
maybe actually the test was correct
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesward committed Jul 22, 2024
1 parent 968bfba commit 1f242fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/manuscript/ManuscriptSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ object ManuscriptSpec extends ZIOSpecDefault{
assertTrue(
os.read.lines(composabilityChapter).count(line =>
line.trim == "AI **INTERRUPTED**"
) == 3
) == 2
)
},
test("ensure no long lines") {
Expand Down

0 comments on commit 1f242fd

Please sign in to comment.