mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix error message.
This commit is contained in:
parent
aef9804784
commit
5024871a05
@ -92,7 +92,7 @@ void main() {
|
||||
builder.build();
|
||||
fail('expect an exception to be thrown.');
|
||||
} on DartDependencyException catch (error) {
|
||||
expect(error.toString(), contains("Couldn't parse URI"));
|
||||
expect(error.toString(), contains("Unable to parse URI"));
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user