Update API tests following changes to VES and VEF currencies.

This commit is contained in:
barryhughes 2023-08-18 09:30:55 -07:00
parent bc0343b7dc
commit c594fc7d85
1 changed files with 3 additions and 3 deletions

View File

@ -6016,7 +6016,7 @@ test.describe('Data API tests', () => {
expect(responseJSON).toEqual(expect.arrayContaining([
expect.objectContaining({
"code": "VEF",
"name": "Venezuelan bolívar",
"name": "Venezuelan bolívar (20082018)",
"symbol": "Bs F",
"_links": {
"self": [{
@ -6031,8 +6031,8 @@ test.describe('Data API tests', () => {
expect(responseJSON).toEqual(expect.arrayContaining([
expect.objectContaining({
"code": "VES",
"name": "Bolívar soberano",
"symbol": "Bs.S",
"name": "Venezuelan bolívar",
"symbol": "Bs.",
"_links": {
"self": [{
"href": expect.stringContaining("data/currencies/VES")