- Replaced API

- Updated available currencies
 - Updated unit tests
 - Fix for failure handling
 - Android release signing
This commit is contained in:
2023-02-13 18:09:51 +00:00
parent 87d601a62c
commit afaa93fb41
14 changed files with 122 additions and 322 deletions

View File

@@ -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{