diff --git a/test/unit/org_test.rb b/test/unit/org_test.rb index 3e7fd34..ad4eef5 100644 --- a/test/unit/org_test.rb +++ b/test/unit/org_test.rb @@ -85,7 +85,7 @@ @org.logo = Dragonfly.app.fetch_file("#{path}") assert @org.valid?, "expected the logo to have been attached to the org" - assert_equal 100, @org.logo.height, "expected the logo to have been resized properly" + assert_equal 165, @org.logo.height, "expected the logo to have been resized properly" end end