diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/13_drhtz-drhfz.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/13_drhtz-drhfz.js b/test/13_drhtz-drhfz.js index 8287f3c..a623d54 100644 --- a/test/13_drhtz-drhfz.js +++ b/test/13_drhtz-drhfz.js @@ -72,7 +72,7 @@ describe("drhtz() and drhfz()", function() { context("Invalid precision tests", function() { var tests = [ /* a p r functions */ - [ 23 , 1, undef, drhtz, drhfz], + [ 23 , 1, null, drhtz, drhfz], ]; tests.forEach(function(test) { test.slice(3).forEach(function(f) { |