Skip to content

Commit

Permalink
pass pkg-test with s3-in
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Aug 27, 2024
1 parent 3ff3791 commit 3bd619f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/nf-quilt/src/test/nextflow/quilt/QuiltPkgTest.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class QuiltPkgTest extends QuiltSpecification {

static String destVersion() {
String manifestVersion = '0.7.17' // FIXME: Get from manifest
return 'dest_' + manifestVersion
return 'dest-' + manifestVersion
}

void 'should return a package for a valid suffix'() {
Expand Down Expand Up @@ -81,11 +81,11 @@ class QuiltPkgTest extends QuiltSpecification {
pkg != null
}

@IgnoreIf({ true })
void 'should confirm contents of dest URI'() {
when:
QuiltPackage pkg = GetPackage(destVersion())
Path out = pkg.packageDest()
then:
pkg.install()
then:
Files.exists(out.resolve("inputs/$file"))
Expand Down

0 comments on commit 3bd619f

Please sign in to comment.