Skip to content

Commit

Permalink
Fix an outdated test looking at the old app icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrous26 committed Feb 9, 2015
1 parent 496493d commit 61ca8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sanity/ax/test_application.rb
Expand Up @@ -100,7 +100,7 @@ def test_bundle_identifier
end

def test_info_plist
assert_equal 'transmute', app.info_plist['CFBundleIconFile']
assert_equal 'hmmmmm', app.info_plist['CFBundleIconFile']
end

def test_version
Expand Down

0 comments on commit 61ca8cf

Please sign in to comment.