Skip to content

Commit 402d5eb

Browse files
committed
clean Focus()
1 parent 05daead commit 402d5eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nginx/integration/default_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ func testDefault(platform switchblade.Platform, fixtures string) func(*testing.T
164164
})
165165

166166
context("with an app unavailable version", func() {
167-
it.Focus("the build fails and logs and error", func() {
167+
it("the build fails and logs and error", func() {
168168
_, logs, err := platform.Deploy.
169169
WithBuildpacks("nginx_buildpack").
170170
Execute(name, filepath.Join(fixtures, "default", "unavailable_version"))

0 commit comments

Comments
 (0)