Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
lamnhan066 committed Aug 25, 2023
1 parent c055052 commit 6d9e506
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/language_helper_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,12 @@ void main() async {

group('Test for using unavailable code', () {
setUp(() async {
SharedPreferences.setMockInitialValues({});
LanguageCode.setTestCode(LanguageCodes.cu);
await languageHelper.initial(
data: data,
useInitialCodeWhenUnavailable: false,
syncWithDevice: false,
isAutoSave: false,
isDebug: true,
onChanged: (value) {
Expand Down

0 comments on commit 6d9e506

Please sign in to comment.