From e2b6ad81af2c86813ee6a3387b9972c9bdaad17c Mon Sep 17 00:00:00 2001 From: stijnvanhoey Date: Tue, 22 Aug 2023 00:21:05 +0200 Subject: [PATCH] Update unit test --- tests/test_vph5_to_vpts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_vph5_to_vpts.py b/tests/test_vph5_to_vpts.py index 57cc191..c1b4a18 100644 --- a/tests/test_vph5_to_vpts.py +++ b/tests/test_vph5_to_vpts.py @@ -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 )