Skip to content

Commit

Permalink
Merge pull request #65 from suguiura/patch-1
Browse files Browse the repository at this point in the history
"Fixing" a failing test in index_test.rb
  • Loading branch information
Vicent Martí committed Jun 11, 2012
2 parents 9d98f99 + 691498d commit b0ccd83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def new_index_entry
end

test "can update entries" do
now = Time.now
now = Time.at Time.now.to_i
e = @index.get_entry(0)

e[:oid] = "12ea3153a78002a988bb92f4123e7e831fd1138a"
Expand Down

0 comments on commit b0ccd83

Please sign in to comment.