Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit a64b112

Browse files
committed
fix test
1 parent 540bee5 commit a64b112

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/web_ui/test/engine/history_test.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,4 +555,7 @@ class TestPlatformLocation extends PlatformLocation {
555555
void go(int count) {
556556
throw UnimplementedError();
557557
}
558+
559+
@override
560+
String getBaseHref() => '/';
558561
}

0 commit comments

Comments
 (0)