Searched refs:assetWithDotPrefix (Results 1 – 1 of 1) sorted by relevance
24 let assetWithDotPrefix = UpdateAsset(key: "cat", type: ".jpeg") in spec() variable25 expect(assetWithDotPrefix.filename) == "cat.jpeg" in spec()35 let assetWithDotPrefix = UpdateAsset(key: "cat", type: nil) in spec() variable36 expect(assetWithDotPrefix.filename) == "cat" in spec()