Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
artemvang committed Jun 10, 2024
1 parent 2f8b7bd commit 055f9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,6 @@ func TestWorkspacesReadOutputs(t *testing.T) {
outputs, err := client.Workspaces.ReadOutputs(ctx, wsTest.ID)
require.NoError(t, err)

assert.Empty(t, outputs.Items)
assert.Empty(t, outputs)
})
}

0 comments on commit 055f9cf

Please sign in to comment.