Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
betarixm committed Nov 27, 2023
1 parent 41107f0 commit 39db36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test/scala/BlockSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class BlockSpec extends AnyFlatSpec {

val result = block.writeTo(temporaryFile.getPath)

val source = Source.fromFile(result)
val source = Source.fromFile(result.jfile)

temporaryFile.deleteOnExit()

Expand Down

0 comments on commit 39db36a

Please sign in to comment.