Skip to content

Commit b59a2c8

Browse files
committed
Fix broken tests after ebp org renamed
1 parent f6a9d39 commit b59a2c8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def test_tags(tmpdir, file_regression):
2626
path_tmp = Path(tmpdir)
2727
path_output = path_tmp.joinpath("out.md")
2828

29-
url = "https://github.com/executablebookproject/sphinx-book-theme"
29+
url = "https://github.com/executablebooks/sphinx-book-theme"
3030

3131
# CLI with URL
3232
cmd = f"github-activity {url} -s v0.0.2 -u v0.0.4 -o {path_output}"

tests/test_cli/test_tags.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# v0.0.2...v0.0.4
2-
([full changelog](https://github.com/ExecutableBookProject/sphinx-book-theme/compare/v0.0.2...v0.0.4))
2+
([full changelog](https://github.com/executablebooks/sphinx-book-theme/compare/v0.0.2...v0.0.4))
33

44

55
## Merged PRs
6-
* moving expand_sections to a config value [#74](https://github.com/ExecutableBookProject/sphinx-book-theme/pull/74) ([@choldgraf](https://github.com/choldgraf))
6+
* moving expand_sections to a config value [#74](https://github.com/executablebooks/sphinx-book-theme/pull/74) ([@choldgraf](https://github.com/choldgraf))
77

88
## Contributors to this release
9-
([GitHub contributors page for this release](https://github.com/ExecutableBookProject/sphinx-book-theme/graphs/contributors?from=2020-04-22&to=2020-04-24&type=c))
9+
([GitHub contributors page for this release](https://github.com/executablebooks/sphinx-book-theme/graphs/contributors?from=2020-04-22&to=2020-04-24&type=c))
1010

11-
[@choldgraf](https://github.com/search?q=repo%3AExecutableBookProject%2Fsphinx-book-theme+involves%3Acholdgraf+updated%3A2020-04-22..2020-04-24&type=Issues)
11+
[@choldgraf](https://github.com/search?q=repo%3Aexecutablebooks%2Fsphinx-book-theme+involves%3Acholdgraf+updated%3A2020-04-22..2020-04-24&type=Issues)

0 commit comments

Comments
 (0)