Skip to content

Commit b9b256e

Browse files
dquach217sman591
andauthored
Update test/controllers/manage/configs_controller_test.rb
Co-Authored-By: Stuart Olivera <[email protected]>
1 parent c5ce3df commit b9b256e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/controllers/manage/configs_controller_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class Manage::ConfigsControllerTest < ActionController::TestCase
122122
assert_redirected_to manage_configs_path
123123
end
124124

125-
should "update logo_asset with an asset that is not URL based" do
125+
should "not update logo_asset with an asset that is not URL based" do
126126
HackathonConfig["logo_asset"] = ''
127127
patch :update, params: { id: "logo_asset", hackathon_config: { logo_asset: "test" } }
128128
assert_equal '', HackathonConfig["logo_asset"]

0 commit comments

Comments
 (0)