Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
acoffman committed Apr 23, 2024
1 parent f6c259b commit 4e0a12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/test/controllers/links_controller_test.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "test_helper"

class LinksControllerTest < ActionDispatch::IntegrationTest
test 'it should 404 rather than redirect when the entity isnt found' do
test "it should 404 rather than redirect when the entity isn't found" do
get "/links/features/999999"
assert_response :not_found
end
Expand Down

0 comments on commit 4e0a12d

Please sign in to comment.