Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Apply review suggestions.
  • Loading branch information
ksokolovskyi committed May 20, 2024
commit 56f01c03545f1a9dc57ff27b12aa338364723767
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ void main() {
HttpOverrides.global = null;
});

testWidgets('has nonexistent url', (WidgetTester tester) async {
testWidgets('Has nonexistent url', (WidgetTester tester) async {
await tester.pumpWidget(
const example.ErrorBuilderExampleApp(),
);
Expand Down