Skip to content

Commit

Permalink
test update
Browse files Browse the repository at this point in the history
  • Loading branch information
dogversioning committed Aug 23, 2023
1 parent 3ffb73d commit 0030642
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ def test_cli_path_mapping(
"args,cursor_calls,pandas_cursor_calls",
[
(["build", "-t", "vocab", "--database", "test"], 344, 0),
(["build", "-t", "core", "--database", "test"], 47, 0),
(["export", "-t", "core", "--database", "test"], 1, 10),
(["build", "-t", "core", "--database", "test"], 54, 0),
(["export", "-t", "core", "--database", "test"], 1, 13),
(
[
"build",
Expand Down Expand Up @@ -106,7 +106,7 @@ def test_cli_path_mapping(
),
(
["build", "-t", "core", "-s", "tests/test_data/", "--database", "test"],
47,
54,
0,
),
(
Expand All @@ -119,7 +119,7 @@ def test_cli_path_mapping(
"cumulus_library/data_export",
],
1,
10,
13,
),
],
)
Expand Down

0 comments on commit 0030642

Please sign in to comment.