Skip to content

Commit

Permalink
add back install for specific tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Oct 15, 2023
1 parent acde394 commit 943a5b5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,10 @@ class QuiltNioTest extends QuiltSpecification {
@IgnoreIf({ System.getProperty('os.name').contains('indows') })
void 'should read from a path'() {
given:
Path path = Paths.get(new URI(READ_URL))
QuiltPath path = Paths.get(new URI(READ_URL)) as QuiltPath
path.pkg().install()

when:

when:
String text = readObject(path)
Expand Down

0 comments on commit 943a5b5

Please sign in to comment.