Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Commit

Permalink
refine test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelZhaoY committed Nov 25, 2018
1 parent 26ec863 commit 3750e7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ nosmoke
| :---: | :---: | :---: |


This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto upated at `Sun Nov 18 2018 09:56:54 GMT+0800`.
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto upated at `Sun Nov 25 2018 14:48:57 GMT+0800`.

<!-- GITCONTRIBUTOR_END -->

Expand Down
2 changes: 1 addition & 1 deletion test/nosmoke.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const assert = require('assert');

const regexMock = require('./mock').mockRegexRaw;
const NSCrawlerConfig = require('../lib/crawler/config');
const NSCrawler = require('../lib/crawler/crawler').NSCrawler;
const NSCrawler = require('../lib/crawler/wda-crawler/crawler').NSCrawler;

describe('#Load Configuration', function() {
let config = new NSCrawlerConfig();
Expand Down

0 comments on commit 3750e7b

Please sign in to comment.