Skip to content

Commit

Permalink
Remove unintentional format change.
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolTomatos committed Jun 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6dc3cb2 commit 7730416
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -981,8 +981,8 @@ class LoaderTest {
""")

val schema = Loader()
.addIncludePath(tempDir.toPath())
.load()
.addIncludePath(tempDir.toPath())
.load()

schema.typedefs shouldHaveSize 1
schema.typedefs[0].name shouldBe "Uuid"

0 comments on commit 7730416

Please sign in to comment.