Skip to content

Commit 148a642

Browse files
committed
Fixed typo.
[email protected] Change-Id: I7b898c6c77615d9790a72dcb0b5622af0cc4a9e5 Reviewed-on: https://dart-review.googlesource.com/46947 Reviewed-by: Terry Lucas <[email protected]>
1 parent b4e0c34 commit 148a642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/html/fileapi_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ main() {
139139
expect(entry.fullPath, '/dir_moveTo/movedFile');
140140
return fs.root.getFile('file4');
141141
}).catchError((error) {
142-
expect(error.code, equals(DomEDomException.NOT_FOUND));
142+
expect(error.code, equals(DomException.NOT_FOUND));
143143
}, test: (e) => e is DomError);
144144
});
145145

0 commit comments

Comments
 (0)