Skip to content

Commit 7f51d8e

Browse files
authored
test: fix intermitent e2e test (#1008)
1 parent f4ae505 commit 7f51d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dart_frog_cli/e2e/test/daemon/route_configuration_domain_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ void main() {
125125
'message',
126126
allOf(
127127
startsWith('[watcher] add'),
128-
endsWith('_middleware.dart'),
128+
endsWith(path.join('new_route', '_middleware.dart')),
129129
),
130130
),
131131
),

0 commit comments

Comments
 (0)