Skip to content

Commit

Permalink
convert to named argument
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Lu-none committed Feb 18, 2024
1 parent 68c30d3 commit 6de2398
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Future<void> main() async {
// expect(isCurrentSessionAlive, isTrue);
});
test('ischool_login', () async {
final result = await ISchoolPlusConnector.login(userId, false);
final result = await ISchoolPlusConnector.login(userId, logEventToFirebase: false);
expect(result, ISchoolPlusConnectorStatus.loginSuccess);
dev.log('ischool login Done Test execution time: ${stopwatch.elapsed}');
stopwatch.stop();
Expand Down

0 comments on commit 6de2398

Please sign in to comment.