Skip to content

Commit

Permalink
update smh test
Browse files Browse the repository at this point in the history
  • Loading branch information
gegehprast committed Apr 27, 2020
1 parent 951bc3c commit ca290ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/samehadaku.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ describe('samehadaku', function () {
this.timeout(60000)
await Browser.init()
const Samehadaku = require('../../fansubs/Samehadaku')
const episodes = await Samehadaku.episodes('%2Fanime%2Fgegege-no-kitarou-2018%2F')
const episodes = await Samehadaku.episodes('/anime/kakushigoto-tv/')

expect(episodes).to.be.an('array')
episodes.forEach(item => {
Expand All @@ -43,7 +43,7 @@ describe('samehadaku', function () {
this.timeout(60000)
await Browser.init()
const Samehadaku = require('../../fansubs/Samehadaku')
const links = await Samehadaku.links('%2Fgegege-no-kitarou-episode-87%2F')
const links = await Samehadaku.links('/kakushigoto-episode-4/')

expect(links).to.be.an('array')
links.forEach(item => {
Expand Down

0 comments on commit ca290ab

Please sign in to comment.