Skip to content

Commit b32e320

Browse files
committed
fix test
1 parent ae67909 commit b32e320

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/widgets/profile_test.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,12 +321,12 @@ void main() {
321321
});
322322

323323
test('assets; ensure the timezone database used to display users\' local time is up-to-date', () async {
324-
await ProfilePage.initializeTimezonesUsingAssets();
325-
final currentTimezones = tz.timeZoneDatabase;
326-
327324
tz.initializeTimeZones();
328325
final latestTimezones = tz.timeZoneDatabase;
329326

327+
await ProfilePage.initializeTimezonesUsingAssets();
328+
final currentTimezones = tz.timeZoneDatabase;
329+
330330
check(
331331
currentTimezones == latestTimezones,
332332
because:

0 commit comments

Comments
 (0)