From: Dan Vanderkam Date: Sun, 29 Mar 2015 03:25:50 +0000 (-0400) Subject: see issue 571 X-Git-Tag: v2.0.0~66^2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=refs%2Fheads%2Fmoar-coverage;p=dygraphs.git see issue 571 --- diff --git a/auto_tests/tests/axis_labels.js b/auto_tests/tests/axis_labels.js index 7655213..a819214 100644 --- a/auto_tests/tests/axis_labels.js +++ b/auto_tests/tests/axis_labels.js @@ -663,7 +663,7 @@ it('testSmallLabelKMG2', function() { ); // TODO(danvk): this is strange--the values aren't on powers of two, and are - // these units really used for powers of two in <1? + // these units really used for powers of two in <1? See issue #571. assert.deepEqual(['0', '0.48u', '0.95u', '1.43u', '1.91u'], Util.getYLabels()); });