Skip to content

Commit

Permalink
fix: Remove accidental inclusion of an unused import (#978)
Browse files Browse the repository at this point in the history
This happened because #967 removed a test that was no longer needed (as
well as this import), but was not removed in main before the branch for
#968 was created. Since the import had to change for the relocation of
common tokens, git didn't merge the changes quite correctly.
  • Loading branch information
ashuntu authored Nov 21, 2024
2 parents bacd87c + dbc63f8 commit 3c18161
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import 'package:ubuntupro/pages/subscribe_now/subscribe_now_page.dart';
import 'package:wizard_router/wizard_router.dart';

import '../../utils/build_multiprovider_app.dart';
import '../../utils/token_samples.dart' as tks;
import 'subscribe_now_page_test.mocks.dart';

@GenerateMocks([SubscribeNowModel])
Expand Down

0 comments on commit 3c18161

Please sign in to comment.