Skip to content

Commit

Permalink
test: repair test PE-5993
Browse files Browse the repository at this point in the history
  • Loading branch information
fedellen committed Aug 9, 2024
1 parent 61b7039 commit 60aa68d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CLICommand/parameters_helper.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import {
DryRunParameter,
MetaDataFileParameter,
MetaDataGqlTagsParameter,
TokenTypeParameter,
MetadataJsonParameter,
IPFSParameter,
DataGqlTagsParameter
} from '../parameter_declarations';
Expand Down Expand Up @@ -769,7 +769,7 @@ describe('ParametersHelper class', () => {
});

it('returns the expected custom metadata with the --metadata-json parameter', async () => {
const cmd = declareCommandWithParams(program, [TokenTypeParameter]);
const cmd = declareCommandWithParams(program, [MetadataJsonParameter]);

CLICommand.parse(program, [
...baseArgv,
Expand Down

0 comments on commit 60aa68d

Please sign in to comment.