Skip to content

Commit

Permalink
Remove f-string from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
luk3yx committed Oct 20, 2020
1 parent d23d310 commit b168756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_miniirc.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def wrapper(self, *args, **kwargs):
':a PRIVMSG miniirc-test :\x01VERSION\x01',
'NICK miniirc-test': '432',
'NICK miniirc-test_': '',
f'NOTICE a :\x01VERSION {miniirc.version}\x01':
'NOTICE a :\x01VERSION ' + miniirc.version + '\x01':
'005 miniirc-test CTCP=VERSION :are supported by this server',
'QUIT :I grew sick and died.': '',
}
Expand Down

0 comments on commit b168756

Please sign in to comment.