Skip to content

Commit 409e6ca

Browse files
JoeCohenCopilot
andauthored
Update test/controllers/inat_imports_controller_test.rb
Co-authored-by: Copilot <[email protected]>
1 parent cec05fe commit 409e6ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/controllers/inat_imports_controller_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def test_strips_trailing_commas_and_space_chars_from_id_list
194194

195195
post(:create,
196196
params: { inat_ids: id_list,
197-
inat_username: "", # omit this to force form reloadd
197+
inat_username: "", # omit this to force form reload
198198
consent: 1 })
199199

200200
assert_form_action(action: :create)

0 commit comments

Comments
 (0)