Navigation Menu

Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Feb 12, 2014
1 parent 064b418 commit eb7ecd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/catalog/test_version1.rb
Expand Up @@ -19,7 +19,7 @@ class CatalogTest < Test::Unit::TestCase
private
def minimum_data
{
"effective_date": "2013-09-01T00:00:00Z",
"effective_date" => "2013-09-01T00:00:00Z",
"zones" => [],
"farms" => {},
"datasets" => {},
Expand Down

0 comments on commit eb7ecd3

Please sign in to comment.