We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c750a commit 12a65b6Copy full SHA for 12a65b6
lib/deployer_test.go
@@ -74,7 +74,6 @@ func TestDeployWithBucketPath(t *testing.T) {
74
assert.NoError(err)
75
assert.Equal("Deleted 1 of 1, uploaded 3, skipped 1 (80% changed)", stats.Summary())
76
assertKeys(t, m, "my/path/.s3deploy.yml", "my/path/main.css", "my/path/index.html", "my/path/ab.txt")
77
- fmt.Println(">>>", m)
78
mainCss := m["my/path/main.css"]
79
assert.IsType(&osFile{}, mainCss)
80
assert.Equal("my/path/main.css", mainCss.(*osFile).Key())
0 commit comments