Skip to content

Commit

Permalink
test(editor): remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
r00gm committed Aug 29, 2024
1 parent cab4c02 commit d5d8102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor-ui/src/views/SettingsUsersView.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ describe('SettingsUsersView', () => {
it("should show success toast when changing a user's role", async () => {
const updateGlobalRoleSpy = vi.spyOn(usersStore, 'updateGlobalRole').mockResolvedValue();

const { getByTestId, getByRole, getAllByRole } = createComponentRenderer(SettingsUsersView)({
const { getByTestId } = createComponentRenderer(SettingsUsersView)({
pinia,
});

Expand Down

0 comments on commit d5d8102

Please sign in to comment.