Skip to content

Commit

Permalink
Re-enable left over cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschulz committed Mar 2, 2018
1 parent abda76e commit 7c745ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/show_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

func TestShow(t *testing.T) {
ts := newTester(t)
//defer ts.teardown()
defer ts.teardown()

_, err := ts.run("show")
assert.Error(t, err)
Expand Down

0 comments on commit 7c745ff

Please sign in to comment.