Skip to content

Commit

Permalink
Remove duplicate assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrettSpiker committed Oct 21, 2022
1 parent 51341b4 commit 16d153b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workspace_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1224,7 +1224,6 @@ func TestCanForceDeletePermission(t *testing.T) {
w, err := client.Workspaces.ReadByID(ctx, wTest.ID)
require.NoError(t, err)
assert.Equal(t, wTest, w)
assert.Equal(t, wTest, w)
assert.NotNil(t, w.Permissions.CanForceDelete)
assert.True(t, *w.Permissions.CanForceDelete)
})
Expand Down

0 comments on commit 16d153b

Please sign in to comment.