10000 Fix tests. · jsullivanlive/github3.py@40941e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 40941e5

Browse files
committed
Fix tests.
1 parent 236999a commit 40941e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_repos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ def test_commit(self):
435435
expect(self.tag.commit).isinstance(dict)
436436

437437
def test_name(self):
438-
expect(self.tag.commit).isinstance(base.str_test)
438+
expect(self.tag.name).isinstance(base.str_test)
439439

440440
def test_tarball_url(self):
441441
expect(self.tag.tarball_url).isinstance(base.str_test)

0 commit comments

Comments
 (0)
0