Skip to content

Commit c1d83cf

Browse files
authored
Update test_markdown.py
Signed-off-by: Pavan Raga <pavan.raga98@gmail.com>
1 parent 85f33e7 commit c1d83cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test_markdown.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def test_write_to_markdown(self, mock_file):
4949
None,
5050
"org/repo",
5151
"false",
52-
"true",
52+
True,
5353
ghe,
5454
)
5555

@@ -105,7 +105,7 @@ def test_write_to_markdown_with_sponsors(self, mock_file):
105105
None,
106106
"org/repo",
107107
"true",
108-
"true",
108+
True,
109109
ghe,
110110
)
111111

@@ -161,7 +161,7 @@ def test_write_to_markdown_without_link_to_profile(self, mock_file):
161161
None,
162162
"org/repo",
163163
"false",
164-
"false",
164+
False,
165165
ghe,
166166
)
167167

0 commit comments

Comments
 (0)