8000 This is the real fix. · jsullivanlive/github3.py@b31c8a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit b31c8a0

Browse files
committed
This is the real fix.
I was just joking about that last commit.
1 parent 75b6df9 commit b31c8a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_markdown(self):
4343
s = github3.markdown(
4444
'# Header 1\n\nParagraph\n------\n# Header 2\n\nParagraph'
4545
)
46-
expect(str(s)) == f
46+
expect(s.decode()) == f
4747

4848
def test_organization(self):
4949
expect(github3.organization(self.gh3py)).isinstance(

0 commit comments

Comments
 (0)
0