Fix copy/paste error in test (#19564)
This commit is contained in:
parent
c1de12dd44
commit
d9ee971e38
@ -89,7 +89,7 @@ void main() {
|
|||||||
test('can evaluate complex expressions in top level function', () async {
|
test('can evaluate complex expressions in top level function', () async {
|
||||||
await _flutter.run(withDebugger: true);
|
await _flutter.run(withDebugger: true);
|
||||||
await breakInTopLevelFunction(_flutter);
|
await breakInTopLevelFunction(_flutter);
|
||||||
await evaluateTrivialExpressions();
|
await evaluateComplexExpressions();
|
||||||
});
|
});
|
||||||
|
|
||||||
test('can evaluate complex expressions in build method', () async {
|
test('can evaluate complex expressions in build method', () async {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user