mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Attempt to fix devfs test (#9007)
This commit is contained in:
parent
71690343fb
commit
51ea62c143
@ -108,6 +108,7 @@ void main() {
|
||||
expect(bytes, 7);
|
||||
});
|
||||
testUsingContext('modify existing file on local file system', () async {
|
||||
await devFS.update();
|
||||
final File file = fs.file(fs.path.join(basePath, filePath));
|
||||
// Set the last modified time to 5 seconds in the past.
|
||||
updateFileModificationTime(file.path, new DateTime.now(), -5);
|
||||
|
Loading…
Reference in New Issue
Block a user