Skip to content

Commit

Permalink
osConvert(unixKey)
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Sep 8, 2024
1 parent 823546f commit 0677999
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class QuiltObserverTest extends QuiltSpecification {
QuiltObserver observer = makeObserver()
String targetKey = QuiltPackage.osConvert('bucket/prefix/suffix')
expect:
String key = QuiltPackage.osConvert(unixKey)
observer.outputURIs
!observer.outputURIs.containsKey(targetKey)
observer.outputURIs.size() == 2
Expand All @@ -108,7 +109,7 @@ class QuiltObserverTest extends QuiltSpecification {
observer.outputURIs[key] == uri
observer.confirmQuiltPath(QuiltPathFactory.parse(uri))
where:
key | uri
unixKey | uri
SPEC_KEY | SpecURI()
TEST_KEY | testURI
}
Expand Down

0 comments on commit 0677999

Please sign in to comment.