a11953bf5d2f

Fix a syntax error.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sun, 04 Oct 2009 15:41:18 -0400
parents 3e7777d0654e
children 29d79d253294
branches/tags (none)
files review/tests/sample_data.py

Changes

--- a/review/tests/sample_data.py	Sun Oct 04 15:40:29 2009 -0400
+++ b/review/tests/sample_data.py	Sun Oct 04 15:41:18 2009 -0400
@@ -2,7 +2,7 @@
     { 'file_one': 'hello\nworld',
       'file_two': 'this is another test file',
     },
-    { 'file_one': 'hello again\nworld'},
+    { 'file_one': 'hello again\nworld',
       'file_three': 'this is a new file\nfor testing',
     },
 ]
\ No newline at end of file