Skip to content

Commit 1386385

Browse files
committed
update tests
1 parent 6ed192a commit 1386385

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
),
2121
# CLI with default branch
2222
(
23-
"github-activity {org}/{repo} -s 2021-01-01 -u 2021-01-15 -o {path_output} -b master",
23+
"github-activity {org}/{repo} -s 2021-01-01 -u 2021-01-15 -o {path_output} -b main",
2424
"cli_def_branch",
2525
),
2626
# CLI with no target

tests/test_cli/cli_def_branch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# master@{2021-01-01}...master@{2021-01-15}
1+
# main@{2021-01-01}...main@{2021-01-15}
22

33
([full changelog](https://github.com/executablebooks/github-activity/compare/c740a454def057304556675ce7694dc0f2eb6c88...c740a454def057304556675ce7694dc0f2eb6c88))
44

tests/test_cli/cli_no_target.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# master@{2021-01-01}...master@{2021-01-15}
1+
# main@{2021-01-01}...main@{2021-01-15}
22

33
([full changelog](https://github.com/executablebooks/github-activity/compare/c740a454def057304556675ce7694dc0f2eb6c88...c740a454def057304556675ce7694dc0f2eb6c88))
44

tests/test_cli/cli_no_target_pyproject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##### master@{2021-01-01}...master@{2021-01-15}
1+
##### main@{2021-01-01}...main@{2021-01-15}
22

33
([full changelog](https://github.com/executablebooks/github-activity/compare/c740a454def057304556675ce7694dc0f2eb6c88...c740a454def057304556675ce7694dc0f2eb6c88))
44

tests/test_cli/cli_w_parts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# master@{2021-01-01}...master@{2021-01-15}
1+
# main@{2021-01-01}...main@{2021-01-15}
22

33
([full changelog](https://github.com/executablebooks/github-activity/compare/c740a454def057304556675ce7694dc0f2eb6c88...c740a454def057304556675ce7694dc0f2eb6c88))
44

tests/test_cli/cli_w_url.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# master@{2021-01-01}...master@{2021-01-15}
1+
# main@{2021-01-01}...main@{2021-01-15}
22

33
([full changelog](https://github.com/executablebooks/github-activity/compare/c740a454def057304556675ce7694dc0f2eb6c88...c740a454def057304556675ce7694dc0f2eb6c88))
44

0 commit comments

Comments
 (0)