Skip to content

Commit

Permalink
test(compute/package): update expected package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Integralist committed Oct 1, 2023
1 parent 4f45d69 commit 68fd062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/commands/compute/pack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ func TestPack(t *testing.T) {
wantOutput: []string{
"Copying wasm binary",
"Copying manifest",
"Creating package.tar.gz file",
"Creating mypackagename.tar.gz file",
},
expectedFiles: [][]string{
{"pkg", "package.tar.gz"},
{"pkg", "mypackagename.tar.gz"},
},
},
{
Expand Down

0 comments on commit 68fd062

Please sign in to comment.