From def8df90ee4befadcd8a987b968ac7773d308b7b Mon Sep 17 00:00:00 2001 From: CJ Date: Fri, 6 Jun 2014 12:30:27 -0400 Subject: [PATCH] refs #87 resaving hello-world.txt Test is failing on loading this file with: UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte Not really sure what the issue is, seeing if this will fix it... --- demo/demoproject/fixtures/hello-world.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/demoproject/fixtures/hello-world.txt b/demo/demoproject/fixtures/hello-world.txt index cd08755..48cc610 100644 --- a/demo/demoproject/fixtures/hello-world.txt +++ b/demo/demoproject/fixtures/hello-world.txt @@ -1 +1 @@ -Hello world! +Hellow world!