Skip to content

Commit

Permalink
[#13] Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Thieurom committed Aug 25, 2023
1 parent f2de9fe commit 51dddf1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/storage/secure_storage_impl.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import 'dart:convert';

import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:flutter_secure_storage/flutter_secure_storage.dart';
import 'package:survey_flutter/model/api_token.dart';
import 'package:survey_flutter/storage/secure_storage.dart';
import 'package:survey_flutter/utils/serializer/serializable.dart';

Expand Down
2 changes: 1 addition & 1 deletion test/api/data_sources/token_data_source_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ void main() {
});
});

group('Overwrite token', () {
group('Set token', () {
test(
'When calling setToken, it calls secureStorage to save the same token',
() async {
Expand Down

0 comments on commit 51dddf1

Please sign in to comment.