Skip to content

Commit 78ceafa

Browse files
committed
fix file assert
1 parent 06306d8 commit 78ceafa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/signature_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
func expectSignature(manifest *storage.VSIXManifest) {
1313
manifest.Assets.Asset = append(manifest.Assets.Asset, storage.VSIXAsset{
1414
Type: storage.VSIXSignatureType,
15-
Path: storage.SigzipFileExtension,
15+
Path: storage.SignatureZipFilename(manifest),
1616
Addressable: "true",
1717
})
1818
}

0 commit comments

Comments
 (0)