Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ce3397f

Browse files
fix analysis error (#35187)
1 parent 2c7b4f6 commit ce3397f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/dart/observatory/vmservice_methods_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ void main() {
2626

2727
dynamic error;
2828
try {
29-
final vms.Response setAssetDirectoryPath = await vmService.callMethod(
29+
await vmService.callMethod(
3030
'_flutter.setAssetBundlePath',
3131
args: <String, Object>{
3232
'viewId': viewId,

0 commit comments

Comments
 (0)