Skip to content

Commit

Permalink
Fix test suite following user changes to Camdram live/prod data
Browse files Browse the repository at this point in the history
  • Loading branch information
CHTJonas committed Aug 2, 2023
1 parent f38e5e1 commit 3cf7edd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/society_tests.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ def test_society_image
society = @client.get_society(1)
image = society.image
assert_equal 3310, image.id
assert_equal 1024, image.width
assert_equal 1152, image.height
assert_equal "5b33d9251b70a.png", image.filename
assert_equal 1000, image.width
assert_equal 1126, image.height
assert_equal "64ba88a960413.png", image.filename
assert_equal "png", image.extension
assert_equal DateTime.parse("2018-06-27T19:36:21+00:00"), image.created_at
assert_equal DateTime.parse("2023-07-21T13:31:21+00:00"), image.created_at
end

def test_society_news
Expand Down

0 comments on commit 3cf7edd

Please sign in to comment.