Skip to content

Commit

Permalink
Fix example tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nightscape committed Jun 4, 2021
1 parent 6a62a54 commit 9c6d31d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';

import 'package:ocarina_example/main.dart';

void main() {
Expand All @@ -21,7 +20,7 @@ void main() {
(Widget widget) =>
widget is Text &&
widget.data != null &&
widget.data!.startsWith('Running on:'),
widget.data!.startsWith('Ocarina Example'),
),
findsOneWidget,
);
Expand Down

0 comments on commit 9c6d31d

Please sign in to comment.