Skip to content

Commit

Permalink
fixed error on server workshop
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVOiceover committed Sep 22, 2024
1 parent b0d969c commit 0d3521b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/learn/server/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ Run your tests again and you should see the first one fail, since it is still ex

```js
// ...
assert.match(response.body, /Hello/);
assert.match(body, /Hello/);
```

{% enddisclosure %}
Expand Down

0 comments on commit 0d3521b

Please sign in to comment.