Skip to content

Commit

Permalink
Update client/src/components/DatasetInformation/DatasetError.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: David López <[email protected]>
  • Loading branch information
itisAliRH and davelopez authored Apr 9, 2024
1 parent 02af440 commit 75d73dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async function montDatasetError(has_duplicate_inputs = true, has_empty_inputs =
},
});

const wrapper = await mount(DatasetError as object, {
const wrapper = mount(DatasetError as object, {
propsData: {
datasetId: DATASET_ID,
},
Expand Down

0 comments on commit 75d73dd

Please sign in to comment.