X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Ftests%2Fsanity.js;h=44e860cc85572980ab8abf34602ed1cfb05a4151;hb=35ca7c9806b81289b52c1d3598f62808361f0cc0;hp=1a56c2dfbb44f7e2979d47c545b89f98a4389134;hpb=80d29b32199185c9135805bfd676ee09116e0fb2;p=dygraphs.git diff --git a/auto_tests/tests/sanity.js b/auto_tests/tests/sanity.js index 1a56c2d..44e860c 100644 --- a/auto_tests/tests/sanity.js +++ b/auto_tests/tests/sanity.js @@ -1,4 +1,4 @@ -// Copyright (c) 2011 Google, Inc. +// Copyright (c) 2011 Google, Inc. // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal @@ -97,6 +97,6 @@ SanityTestCase.prototype.testToDomYCoord = function() { assertEquals(0, g.toDomYCoord(50)); for (var x = 0; x <= 50; x++) { - MoreAsserts.assertEqualsDelta(50 - x, g.toDomYCoord(x), 0.00001); + assertEqualsDelta(50 - x, g.toDomYCoord(x), 0.00001); } };