Skip to content

Commit

Permalink
Updated the default text that comes with it
Browse files Browse the repository at this point in the history
The default text that comes with the test is not changed to this so some new users would find it easy to follow along (like me)
  • Loading branch information
hrithikwins authored Mar 10, 2024
1 parent 15f191c commit d914505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -601,13 +601,13 @@ Open the `test/chat_web/controllers/page_controller_test.exs` file
and replace the line:

```elixir
assert html_response(conn, 200) =~ "Welcome to Phoenix!"
assert html_response(conn, 200) =~ "Peace of mind from prototype to production"
```

With:

```elixir
assert html_response(conn, 200) =~ "Phoenix Chat Example"
assert html_response(conn, 200) =~ "Phoenix Chat Example"
```

Now if you run the tests again, they will pass:
Expand Down

0 comments on commit d914505

Please sign in to comment.