Skip to content

Commit

Permalink
INTL-1332: Swap imports as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
chetansinghchoudhary-wk committed Sep 21, 2023
1 parent fd61b49 commit 96b1558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/executables/intl_message_migration_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@ dependencies:
d.dir('lib', [
...additionalFilesInLib,
d.file('usage.dart', /*language=dart*/ '''
import 'package:test_project/src/intl/test_project_intl.dart';
import 'package:react_material_ui/react_material_ui.dart' as mui;
import 'package:test_project/src/intl/test_project_intl.dart';
usage() => (mui.Button()..aria.label=TestProjectIntl.sortsLater)(TestProjectIntl.literalString);'''),
d.dir('src', [
Expand Down

0 comments on commit 96b1558

Please sign in to comment.