Skip to content

Commit

Permalink
Merge pull request #13 from collove/development
Browse files Browse the repository at this point in the history
theme arg added
  • Loading branch information
lnxpy authored Jul 20, 2022
2 parents 6bf91ce + fd7ea68 commit f9c8430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_snippet.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def setUp(self) -> None:
'title': 'Paste Title',
'body': 'print("Hello")',
'language': 'bash',
'theme': 'default',
}

# TODO: Using mocks
Expand Down

0 comments on commit f9c8430

Please sign in to comment.