From e15d9eb6b478ad18c34576d7db9fc71d3cf980c6 Mon Sep 17 00:00:00 2001 From: Anthony Foglia Date: Thu, 24 Oct 2019 11:53:39 -0400 Subject: [PATCH] Correct encoding name in flexmock_test.py --- tests/flexmock_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/flexmock_test.py b/tests/flexmock_test.py index 19e81e6..08585ac 100644 --- a/tests/flexmock_test.py +++ b/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