Skip to content

Commit

Permalink
Merge pull request #231 from hrithikwins/patch-1
Browse files Browse the repository at this point in the history
Updated the default text that comes with it
  • Loading branch information
nelsonic authored Mar 10, 2024
2 parents 15f191c + d914505 commit 8700f5e
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 8700f5e

Please sign in to comment.