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