Skip to content

Commit 0ee36ff

Browse files
author
github-actions
committed
Merge pull request #1231 from hydephp/release-prep
HydeFront v3.0 hydephp/develop@22d45ab
1 parent 34108e8 commit 0ee36ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/RealtimeCompilerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
->and($response->statusCode)->toBe(200)
8383
->and($response->statusMessage)->toBe('OK');
8484

85-
expect($response->body)->toContain('/*! HydeFront v2.0.0');
85+
expect($response->body)->toContain('/*! HydeFront v3.0.0');
8686
});
8787

8888
test('handle throws route not found exception for missing route', function () {

0 commit comments

Comments
 (0)