Skip to content

Commit

Permalink
tests: remove unused params
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelrogstad committed Nov 14, 2023
1 parent 4b4456c commit e92339b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/test_utils.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ Future<void> loadFonts() async {

extension TestExtension on WidgetTester {
Future<void> pumpSailPage(
Widget child, {
bool requireIntensionKyc = false,
bool requireKycLevel2 = false,
}) async {
Widget child,
) async {
await _setDeviceSize();
await loadFonts();
await registerTestDependencies();
Expand Down

0 comments on commit e92339b

Please sign in to comment.