Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
Removed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroRojas committed Mar 12, 2024
1 parent 8c6072d commit bce6e72
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
DeviceInfoPlusMacosPlugin.register(with: registry.registrar(forPlugin: "DeviceInfoPlusMacosPlugin"))
FlutterArchivePlugin.register(with: registry.registrar(forPlugin: "FlutterArchivePlugin"))
JustAudioPlugin.register(with: registry.registrar(forPlugin: "JustAudioPlugin"))
FPPPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FPPPackageInfoPlusPlugin"))
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
SharePlusMacosPlugin.register(with: registry.registrar(forPlugin: "SharePlusMacosPlugin"))
SqflitePlugin.register(with: registry.registrar(forPlugin: "SqflitePlugin"))
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ environment:
flutter: ">=3.0.0"

dependencies:
app_links: ^3.4.3
audio_service: ^0.18.9
app_links: 3.4.3
audio_service: 0.18.9
audiotagger:
git:
url: https://github.com/Sangwan5688/Audiotagger
Expand Down
4 changes: 2 additions & 2 deletions test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import 'package:flutter_test/flutter_test.dart';
import 'package:soundal/main.dart';

void main() {
group('update check tests', () {
/*group('update check tests', () {
test('compareVersion should return true if update is available', () {
// Arrange: Set up the necessary variables and inputs
const String currentVersion = '1.1.2';
Expand All @@ -31,5 +31,5 @@ void main() {
expect(result, equals(false));
});
});
});*/
}

0 comments on commit bce6e72

Please sign in to comment.