File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -425,16 +425,16 @@ void main() {
425425 });
426426
427427 group ('root route transaction behavior by platform' , () {
428- // Platforms that skip root transactions (have app start integration)
428+ // Platforms that skip root transactions in the observer (have app start integration)
429429 final platformsWithAppStart = [
430430 ('iOS' , MockPlatform .iOS ()),
431431 ('Android' , MockPlatform .android ()),
432432 ('macOS' , MockPlatform .macOS (isWeb: false )),
433+ ('Web' , MockPlatform (isWeb: true )),
433434 ];
434435
435- // Platforms that don't skip root transactions (no app start integration)
436+ // Platforms that don't skip root transactions in the observer (no app start integration)
436437 final platformsWithoutAppStart = [
437- ('Web' , MockPlatform (isWeb: true )),
438438 ('Linux' , MockPlatform .linux (isWeb: false )),
439439 ('Windows' , MockPlatform .windows (isWeb: false )),
440440 ];
You can’t perform that action at this time.
0 commit comments