Skip to content

Commit

Permalink
Correct encoding name in flexmock_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Foglia authored and ollipa committed Jul 19, 2021
1 parent 131f0d5 commit e15d9eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/flexmock_test.py
@@ -1,4 +1,4 @@
# -*- coding: utf8 -*-
# -*- coding: utf-8 -*-
from flexmock import EXACTLY
from flexmock import AT_LEAST
from flexmock import AT_MOST
Expand Down

0 comments on commit e15d9eb

Please sign in to comment.