Skip to content

Commit 15e001b

Browse files
fix
1 parent d6ad128 commit 15e001b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e/Utils/CaptainTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ public class CaptainTest : IDisposable
77
{
88
private static readonly CaptainConfig _config = new()
99
{
10-
AndroidApp = Path.GetFullPath("../../../../packages/Instabug-Flutter/example/build/app/outputs/flutter-apk/app-debug.apk"),
10+
AndroidApp = Path.GetFullPath("../../../../packages/instabug_flutter/example/build/app/outputs/flutter-apk/app-debug.apk"),
1111
AndroidAppId = "com.instabug.flutter.example",
1212
AndroidVersion = "13",
13-
IosApp = Path.GetFullPath("../../../../packages/Instabug-Flutter/example/build/ios/iphonesimulator/Runner.app"),
13+
IosApp = Path.GetFullPath("../../../../packages/instabug_flutter/example/build/ios/iphonesimulator/Runner.app"),
1414
IosAppId = "com.instabug.InstabugSample",
1515
IosVersion = "17.2",
1616
IosDevice = "iPhone 15 Pro Max"

0 commit comments

Comments
 (0)