diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-27 00:18:22 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-27 00:18:22 +0000 |
| commit | 38594fd274a4bebee75ae71dbed457b39d253cae (patch) | |
| tree | 52600020d82067ed66975f137c9ce7920a83aa90 /test | |
| parent | b65166302f5296165da115ed96ce112433157a2d (diff) | |
fixed false exam path search for solutions, minor change to db function
Diffstat (limited to 'test')
| -rw-r--r-- | test/routingDb_tests.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routingDb_tests.js b/test/routingDb_tests.js index 998d34a..dd5fe44 100644 --- a/test/routingDb_tests.js +++ b/test/routingDb_tests.js @@ -13,7 +13,7 @@ var fs = require('fs'); * To run test simply type $mocha in the terminal. Ensure preconditions listed * below are met. Due to db queries, if tests fail due to time out, increase * the time out flag in mocha.opts for --timeout. - * + * */ /* PRE-CONDITION: * |
