Skip to content

Commit

Permalink
Update QuiltPackageTest.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Sep 7, 2023
1 parent c07fafb commit c4b3018
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@ class QuiltPackageTest extends QuiltSpecification {
@IgnoreIf({ System.getProperty('os.name').contains('indows') })
void 'should deinstall files'() {
expect:
Files.exists(qpath.localPath())
Files.exists(qpath.localPath(true))
when:
qpath.deinstall()
then:
!Files.exists(qpath.localPath())
!Files.exists(qpath.localPath(false))
/* when:
Files.readAttributes(qpath, BasicFileAttributes)
then:
Expand Down

0 comments on commit c4b3018

Please sign in to comment.