Skip to content

Commit ab5b768

Browse files
committed
removed Focus
1 parent 1541ee0 commit ab5b768

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/staticfile/integration/default_test.go

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

6868
context("when deploying a staticfile app", func() {
69-
it.Focus("properly logs stdout and stderr", func() {
69+
it("properly logs stdout and stderr", func() {
7070
deployment, _, err := platform.Deploy.
7171
Execute(name, filepath.Join(fixtures, "default", "simple"))
7272
Expect(err).NotTo(HaveOccurred())

0 commit comments

Comments
 (0)