mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-24 06:06:09 +03:00
refactor(test): renames the output vars in test;
resolves #2583 as per the discussion on the above issue.
This commit is contained in:
parent
8bdc0a4146
commit
3354f6dade
@ -65,7 +65,7 @@
|
||||
|
||||
// ----------
|
||||
assessNumericValue: function ( assert, value1, value2, variance, message ) {
|
||||
assert.ok( Util.equalsWithVariance( value1, value2, variance ), message + " Expected:" + value1 + " Found: " + value2 + " Variance: " + variance );
|
||||
assert.ok( Util.equalsWithVariance( value1, value2, variance ), message + " Actual:" + value1 + " Expected: " + value2 + " Variance: " + variance );
|
||||
},
|
||||
|
||||
// ----------
|
||||
|
Loading…
Reference in New Issue
Block a user