mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-09-18 07:42:22 +02:00
fix(extensions): shorten verification timeout
This commit is contained in:
@@ -4,6 +4,10 @@ import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:spotiflac_android/utils/extension_auth_launcher.dart';
|
||||
|
||||
void main() {
|
||||
test('verification challenge expires after three minutes', () {
|
||||
expect(extensionVerificationGrantTimeout, const Duration(minutes: 3));
|
||||
});
|
||||
|
||||
test('extracts the extension that raised a verification challenge', () {
|
||||
expect(
|
||||
extensionIdFromVerificationError(
|
||||
|
||||
Reference in New Issue
Block a user