We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de8a95 commit 147eeaaCopy full SHA for 147eeaa
spec/indicators_spec.py
@@ -938,7 +938,7 @@
938
equal(u'Mercado SPOT')
939
)
940
expect(data['indicator']['name']).to(
941
- contain(u'Mercado SPOT')
+ contain(u'Precio mercado SPOT Diario')
942
943
944
with it('Returns PrecioDesviosSubir instance'):
@@ -950,7 +950,7 @@
950
equal(u'Desvíos a subir')
951
952
953
- contain(u'Desvíos a subir')
+ contain(u'Precio de cobro desvíos a subir')
954
955
956
with it('Returns PrecioDesviosBajar instance'):
@@ -962,5 +962,5 @@
962
equal(u'Desvíos a bajar')
963
964
965
- contain(u'Desvíos a bajar')
966
0 commit comments