Skip to content

Commit

Permalink
simplify test data
Browse files Browse the repository at this point in the history
  • Loading branch information
raejohanek committed Nov 13, 2024
1 parent 9f7b606 commit 97afe13
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cypress/component/DataSearch/data_search_footer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,18 @@ import {DatasetSearchFooter} from '../../../src/components/data_search/DatasetSe
const datasets = [
{
datasetId: 123456,
datasetIdentifier: `DUOS-123456`,
datasetName: 'Some Dataset 1',
study: {
studyId: 1,
}
},
{
datasetId: 234567,
datasetIdentifier: `DUOS-234567`,
datasetName: 'Some Dataset 2',
study: {
studyId: 1,
}
},
{
datasetId: 345678,
datasetIdentifier: `DUOS-345678`,
datasetName: 'Some Dataset 3',
study: {
studyId: 2,
}
Expand Down

0 comments on commit 97afe13

Please sign in to comment.