Skip to content

Commit c84d8dd

Browse files
committed
Fix tests
1 parent 0b9d294 commit c84d8dd

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
from click.testing import CliRunner
77

88
from gitea_github_sync.cli import cli
9-
from gitea_github_sync.github import Repository, Visibility
9+
from gitea_github_sync.repository import Repository, Visibility
1010

1111

1212
@pytest.fixture

tests/test_github.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@
66
from github import Github
77

88
from gitea_github_sync.config import Config
9-
from gitea_github_sync.github import (
10-
Repository,
11-
Visibility,
12-
get_github,
13-
list_all_repositories,
14-
)
9+
from gitea_github_sync.github import get_github, list_all_repositories
10+
from gitea_github_sync.repository import Repository, Visibility
1511

1612

1713
@pytest.fixture

0 commit comments

Comments
 (0)