Skip to content

Commit

Permalink
fix(tests): HMR reload test fix after it was broken 2 commits before …
Browse files Browse the repository at this point in the history
…this one
  • Loading branch information
Rastusik committed Feb 6, 2023
1 parent ff20a76 commit 9fd6e8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

final class ReplacedContentTestController
{
private const BASH_REPLACE_PATTERN = 'Hello world from reloaded server worker via HTTP API!';
private const BASH_REPLACE_PATTERN = 'Wrong response!';

/**
* @Route(
Expand Down

0 comments on commit 9fd6e8c

Please sign in to comment.