mirror of
https://github.com/hmalik144/easy_cc_flutter.git
synced 2025-12-10 03:05:34 +00:00
- Replaced API
- Updated available currencies - Updated unit tests - Fix for failure handling - Android release signing
This commit is contained in:
@@ -55,8 +55,8 @@ void main() {
|
||||
// Then
|
||||
String fromSelection = mainViewModel.getConversionPair(SelectionType.conversionFrom);
|
||||
String toSelection = mainViewModel.getConversionPair(SelectionType.conversionTo);
|
||||
expect(fromSelection, "ALL - Albanian Lek");
|
||||
expect(toSelection, "ALL - Albanian Lek");
|
||||
expect(fromSelection, "DZD - Algerian Dinar");
|
||||
expect(toSelection, "DZD - Algerian Dinar");
|
||||
});
|
||||
|
||||
test('set the currency rate from API', () async{
|
||||
|
||||
Reference in New Issue
Block a user