Skip to content

Commit

Permalink
fixup! run spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <[email protected]>
  • Loading branch information
sgammon committed Feb 22, 2024
1 parent 35eb5ec commit c89d2b6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pkl-cli/src/test/kotlin/org/pkl/cli/CliProjectResolverTest.kt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ class CliProjectResolverTest {
assertThat(err).hasMessageStartingWith("Directory $tempDir does not contain a PklProject file.")
}

@Test @Ignore("sgammon: Checksum failures")
@Test
@Ignore("sgammon: Checksum failures")
fun `basic project`(@TempDir tempDir: Path) {
tempDir.writeFile(
"PklProject",
Expand Down Expand Up @@ -116,7 +117,8 @@ class CliProjectResolverTest {
)
}

@Test @Ignore("sgammon: Checksum failures")
@Test
@Ignore("sgammon: Checksum failures")
fun `basic project, inferred from working dir`(@TempDir tempDir: Path) {
tempDir.writeFile(
"PklProject",
Expand Down Expand Up @@ -274,7 +276,8 @@ class CliProjectResolverTest {
)
}

@Test @Ignore("sgammon: Checksum failures")
@Test
@Ignore("sgammon: Checksum failures")
fun `local dependency overridden by remote dependency`(@TempDir tempDir: Path) {
val projectDir = tempDir.resolve("theproject")
projectDir.writeFile(
Expand Down

0 comments on commit c89d2b6

Please sign in to comment.