Skip to content

Commit

Permalink
attempting to fix test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra committed May 30, 2024
1 parent 6453a2c commit 4c877db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dart_frog_cli/e2e/test/dev_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void main() {
expect(
e,
contains(
'''Could not start the VM service: localhost:8181 is already in use.''',
'Failed to create server socket (Address already in use): 127.0.1:8181',
),
);
}
Expand Down

0 comments on commit 4c877db

Please sign in to comment.