Add tests.

This commit is contained in:
Greg Spencer 2017-12-04 17:31:25 -08:00
parent 72d6bcc3f7
commit 31bad961ff

View file

@ -245,7 +245,7 @@ class MockDirectory implements Directory {
final String path;
@override
bool existsSync() => findCache && path.endsWith('flutter/.pub-cache');
bool existsSync() => findCache && path.endsWith('.pub-cache');
@override
dynamic noSuchMethod(Invocation invocation) => null;