Skip to content

Commit

Permalink
Update test/credentials_test.dart
Browse files Browse the repository at this point in the history
Co-authored-by: blagoev <lubo@blagoev.com>
  • Loading branch information
desistefanova and blagoev committed May 4, 2022
1 parent d9417ad commit 6ecd7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/credentials_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Future<User> loginWithRetry(App app, Credentials credentials, int retryCount) as

Future<void> main([List<String>? args]) async {

const String _strongPassword = "SWV23R#@T#VFQDV";
const String strongPassword = "SWV23R#@T#VFQDV";

print("Current PID $pid");

Expand Down

0 comments on commit 6ecd7fc

Please sign in to comment.