Skip to content

Commit 109d3f1

Browse files
lucasmelinctrombley
authored andcommitted
Fix linter issue by asserting on err in test
1 parent 80ceded commit 109d3f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workspace_integration_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2041,6 +2041,7 @@ func TestWorkspacesUnlock(t *testing.T) {
20412041
Team: tmTest,
20422042
Workspace: wTest2,
20432043
})
2044+
assert.Nil(t, err)
20442045
defer func() {
20452046
err := client.TeamAccess.Remove(ctx, ta.ID)
20462047
if err != nil {

0 commit comments

Comments
 (0)