Skip to content

Commit

Permalink
fix merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bridget Almas committed Feb 1, 2021
1 parent 690ee9f commit 67c0784
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,7 @@ describe('lexicons/adapter.test.js', () => {

const urlKey = 'https://github.com/alpheios-project/lsj'

<<<<<<< HEAD
let url = adapter.config[urlKey].urls.short
=======
let url = adapter.config.lexicons[urlKey].urls.short
>>>>>>> production
let result = await adapter.checkCachedData(url, LexiconsFixture.lexData[url])

url = adapter.config.lexicons[urlKey].urls.index
Expand Down

0 comments on commit 67c0784

Please sign in to comment.