Skip to content

Commit

Permalink
found error in other test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesndrs committed Jun 26, 2023
1 parent d84aab6 commit 2804bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/ingestors/wur_ingestor_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ class WurIngestorTest < ActiveSupport::TestCase
assert_equal 'WUR', event.source
assert_equal 'Amsterdam', event.timezone
assert_equal 'Wed, 15 Mar 2023 11:00:00.000000000 UTC +00:00'.to_time, event.start
assert_equal 'Fri, 01 Jan 2016 17:00:00.000000000 UTC +00:00'.to_time, event.end
assert_equal 'Wed, 15 Mar 2023 17:00:00.000000000 UTC +00:00'.to_time, event.end
end
end

0 comments on commit 2804bed

Please sign in to comment.