Fix copy/paste error in test (#19564)

This commit is contained in:
Danny Tuppeny 2018-07-19 19:52:15 +01:00 committed by GitHub
parent c1de12dd44
commit d9ee971e38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {