X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Ftests%2Ferror_bars.js;h=c9e3a387baf2e2d2c7adbde18781fd39cf0cf966;hb=300c5ff08f0d397093c803bc86f5cd145ba9655d;hp=8bc20e3f7c09a2e2a8ff1974a1228c1065f37b14;hpb=1f882d071485210eaff9cc34483a1105affe8c75;p=dygraphs.git diff --git a/auto_tests/tests/error_bars.js b/auto_tests/tests/error_bars.js index 8bc20e3..c9e3a38 100644 --- a/auto_tests/tests/error_bars.js +++ b/auto_tests/tests/error_bars.js @@ -86,5 +86,6 @@ errorBarsTestCase.prototype.testErrorBarsDrawn = function() { xy2 = g.toDomCoords(data[i + 1][0], data[i + 1][1][1]); CanvasAssertions.assertLineDrawn(htx, xy1, xy2, attrs); } + CanvasAssertions.assertBalancedSaveRestore(htx); };