mirror of
https://github.com/hmalik144/easy_cc_flutter.git
synced 2026-03-18 15:45:56 +00:00
Unit tests added
This commit is contained in:
13
test/resources/success_call_api.json
Normal file
13
test/resources/success_call_api.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"query": {
|
||||
"count": 1
|
||||
},
|
||||
"results": {
|
||||
"AUD_GBP": {
|
||||
"id": "AUD_GBP",
|
||||
"fr": "AUD",
|
||||
"to": "GBP",
|
||||
"val": 0.601188
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user