Skip to content

Commit

Permalink
Fix test filename in testing controllers doc (phoenixframework#3867)
Browse files Browse the repository at this point in the history
  • Loading branch information
tejasbubane authored May 27, 2020
1 parent 1776e9d commit c8bb92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/testing/testing_controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This gave us a number of modules for free, including a PostController and the as

## HTML controller tests

If you open up "test/hello_web/controllers/post_controller.exs", you will find the following:
If you open up "test/hello_web/controllers/post_controller_test.exs", you will find the following:

```elixir
defmodule HelloWeb.PostControllerTest do
Expand Down

0 comments on commit c8bb92b

Please sign in to comment.