Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvanhoey committed Aug 21, 2023
1 parent 67e3e1e commit e2b6ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_vph5_to_vpts.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def test_help():
result = runner.invoke(cli, ["--help"])
assert result.exit_code == 0
assert (
"Convert and aggregate h5 vp files to daily/monthly vpts files on S3 bucket"
"Convert and aggregate h5 vp files to daily and monthly vpts-csv files on S3 bucket"
in result.output
)

Expand Down

0 comments on commit e2b6ad8

Please sign in to comment.