Skip to content

Commit f1e59f8

Browse files
fixup
1 parent db81133 commit f1e59f8

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

tests/providers/github/test_provider.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,14 +1404,6 @@ async def test__fetch_tree_truncated_error(self, provider):
14041404

14051405
class TestUtilities:
14061406

1407-
def test_is_sha(self, provider, root_provider_fixtures):
1408-
sha = root_provider_fixtures['upload_response']['content']['sha']
1409-
fake_sha = 'not a real sha'
1410-
1411-
assert provider.is_sha(sha) is True
1412-
assert provider.is_sha(fake_sha) is False
1413-
assert provider.is_sha([i for i in range(40)]) is False
1414-
14151407
def test__path_exists_in_tree(self, provider, root_provider_fixtures):
14161408
_ids = [('master', '')]
14171409

0 commit comments

Comments
 (0)