Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Yevgeniy Brikman <[email protected]>
  • Loading branch information
dduportal and brikis98 committed Mar 10, 2021
1 parent 0188967 commit aec194e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions modules/terraform/workspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ func WorkspaceDelete(t testing.TestingT, options *Options, name string) string {
}

out, err := WorkspaceDeleteE(t, options, name)
if err != nil {
t.Fatal(err)
}
require.NoError(t, err)
return out
}

0 comments on commit aec194e

Please sign in to comment.