Skip to content

Commit 9181037

Browse files
chore: double to single quotes
1 parent bf53fba commit 9181037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/integration_test/sc-AP-appPerformanceMonit/AP_207B_enableFBAndStartTimeTracking_manual_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ void main() {
2323
// TODO: this automation is Android only, iOS automation is not supported yet
2424
FlutterForegroundTask.minimizeApp();
2525

26-
print("Waiting for 3 seconds in background");
26+
print('Waiting for 3 seconds in background');
2727
await Future.delayed(const Duration(seconds: 3));
2828

2929
FlutterForegroundTask.launchApp();

0 commit comments

Comments
 (0)