8000 Revert change to tests/test_repos.py. · pythonthings/github3.py@1d75e49 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1d75e49

Browse files
committed
Revert change to tests/test_repos.py.
1 parent 9aa1f00 commit 1d75e49

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_repos.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ def test_branch(self):
8585

8686
b = self.repo.branch('master')
8787
assert isinstance(b, repos.branch.Branch)
88-
assert 'enabled' in b.protection
8988
self.mock_assertions()
9089

9190
assert repr(b) == '<Repository Branch [master]>'

0 commit comments

Comments
 (0)
0