Skip to content

Commit

Permalink
command change
Browse files Browse the repository at this point in the history
  • Loading branch information
andytang99 committed Aug 1, 2024
1 parent 1cbc7bf commit 46cdf58
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions test/commands/convert/trufflehog2hdf.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('Test Trufflehog', () => {
test
.stdout()
.command([
'convert Trufflehog2hdf',
'convert trufflehog2hdf',
'-i',
path.resolve(
'./test/sample_data/Trufflehog/sample_input_report/trufflehog.json',
Expand Down Expand Up @@ -40,7 +40,7 @@ describe('Test Trufflehog withraw flag', () => {
test
.stdout()
.command([
'convert Trufflehog2hdf',
'convert trufflehog2hdf',
'-i',
path.resolve(
'./test/sample_data/Trufflehog/sample_input_report/trufflehog.json',
Expand Down Expand Up @@ -73,7 +73,7 @@ describe('Test Trufflehog Docker Example', () => {
test
.stdout()
.command([
'convert Trufflehog2hdf',
'convert trufflehog2hdf',
'-i',
path.resolve(
'./test/sample_data/Trufflehog/sample_input_report/trufflehog_docker_example.json',
Expand Down Expand Up @@ -105,7 +105,7 @@ describe('Test Trufflehog docker example withraw flag', () => {
test
.stdout()
.command([
'convert Trufflehog2hdf',
'convert trufflehog2hdf',
'-i',
path.resolve(
'./test/sample_data/Trufflehog/sample_input_report/trufflehog_docker_example.json',
Expand Down Expand Up @@ -138,7 +138,7 @@ describe('Test Trufflehog json object', () => {
test
.stdout()
.command([
'convert Trufflehog2hdf',
'convert trufflehog2hdf',
'-i',
path.resolve(
'./test/sample_data/Trufflehog/sample_input_report/trufflehog-report-example.json',
Expand Down Expand Up @@ -170,7 +170,7 @@ describe('Test Trufflehog json object withraw flag', () => {
test
.stdout()
.command([
'convert Trufflehog2hdf',
'convert trufflehog2hdf',
'-i',
path.resolve(
'./test/sample_data/Trufflehog/sample_input_report/trufflehog-report-example.json',
Expand Down Expand Up @@ -203,7 +203,7 @@ describe('Test Trufflehog saf example', () => {
test
.stdout()
.command([
'convert Trufflehog2hdf',
'convert trufflehog2hdf',
'-i',
path.resolve(
'./test/sample_data/Trufflehog/sample_input_report/trufflehog_saf_example.json',
Expand Down Expand Up @@ -233,7 +233,7 @@ describe('Test Trufflehog saf example withraw flag', () => {
test
.stdout()
.command([
'convert Trufflehog2hdf',
'convert trufflehog2hdf',
'-i',
path.resolve(
'./test/sample_data/Trufflehog/sample_input_report/trufflehog_saf_example.json',
Expand Down

0 comments on commit 46cdf58

Please sign in to comment.