Skip to content

Commit 64492b2

Browse files
biggs0125natebiggs
andauthored
Fix e2e 'evaluate' test to use new Closure toString format. (#2624)
Co-authored-by: Nate Biggs <[email protected]>
1 parent 5dbb30e commit 64492b2

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)