Skip to content

Commit

Permalink
Fix test import
Browse files Browse the repository at this point in the history
  • Loading branch information
filiph committed Nov 8, 2023
1 parent 96956fd commit 44b3db4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/card/test/smoke_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// BSD-style license that can be found in the LICENSE file.

import 'package:flutter_test/flutter_test.dart';
import 'package:game_template/main.dart';
import 'package:game_template/play_session/playing_card_widget.dart';
import 'package:card/main.dart';
import 'package:card/play_session/playing_card_widget.dart';

void main() {
testWidgets('smoke test', (tester) async {
Expand Down

0 comments on commit 44b3db4

Please sign in to comment.