mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 13:23:13 -07:00
Fixes 'TestStandardUnitConverterAndDateViewModels' test case failing
This commit fixes the "TestStandardUnitConverterAndDateViewModels" failing by introducing a new resource entry to the Test.resw file. These changes needed to be made because adding the new unit changed the order of units, hence the test case expected a different value, since it was converting other units.
This commit is contained in:
parent
8d616db492
commit
28ac95f40a
1 changed files with 2 additions and 2 deletions
|
@ -591,8 +591,8 @@
|
|||
<data name="Milliliters-Milliliters" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="Nanometers-Microns-3" xml:space="preserve">
|
||||
<value>0.003</value>
|
||||
<data name="Angstroms-Nanometers-3" xml:space="preserve">
|
||||
<value>0.3</value>
|
||||
</data>
|
||||
<data name="Joules-Kilowatthour" xml:space="preserve">
|
||||
<value>3600000</value>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue