Merge pull request #137 from klausw-g/highlight-stacked
[dygraphs.git] / auto_tests / tests / error_bars.js
index 0d8b3ba..8bc20e3 100644 (file)
@@ -21,7 +21,7 @@ errorBarsTestCase.prototype.tearDown = function() {
   Dygraph.getContext = _origFunc;
 };
 
-errorBarsTestCase.prototype.testNameGoesHere = function() {
+errorBarsTestCase.prototype.testErrorBarsDrawn = function() {
   var opts = {
     width: 480,
     height: 320,