Skip to content

Commit

Permalink
Fix double await
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronPlave committed Dec 5, 2024
1 parent 78e55e7 commit c1031ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/tests/model.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ test.describe.serial('Model', () => {
});

test('Should be able to update the default view for a model', async () => {
await await model.updateDefaultView(viewName);
await model.updateDefaultView(viewName);
});

test('Should be able to add a constraint to the model and specify a version', async () => {
Expand Down

0 comments on commit c1031ed

Please sign in to comment.