Skip to content

Commit 3fea5a5

Browse files
biggs0125natebiggs
authored andcommitted
Fix e2e 'evaluate' test to use new Closure toString format. (dart-lang#2624)
Co-authored-by: Nate Biggs <[email protected]>
1 parent 3d61342 commit 3fea5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webdev/test/e2e_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ void main() {
390390
const TypeMatcher<InstanceRef>().having(
391391
(instance) => instance.valueAsString,
392392
'valueAsString',
393-
contains('Hello World!!')));
393+
contains('Closure: () => void')));
394394
} finally {
395395
await vmService?.dispose();
396396
await exitWebdev(process);

0 commit comments

Comments
 (0)