Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fthomas committed Jan 5, 2025
1 parent 523d12e commit 94c5185
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ class processTest extends FunSuite {

test("echo: fail, buffer size exceeded") {
val Left(t) =
slurp3(Nel.of("echo", "-n", "1\n2\n3\n4\n5\n6"), 4, Set.empty).attempt.unsafeRunSync(): @unchecked
slurp3(Nel.of("echo", "-n", "1\n2\n3\n4\n5\n6"), 4, Set.empty).attempt
.unsafeRunSync(): @unchecked
assert(clue(t).isInstanceOf[ProcessBufferOverflowException])
}

Expand Down

0 comments on commit 94c5185

Please sign in to comment.