Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Sep 4, 2020
1 parent f326c83 commit e3db80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/sermon/detail.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { getAllPostsWithSlug as getLatestSermons } from '../../lib/api'
import { getStaticPaths } from '../../pages/[language]/sermons/[id]'

jest.mock('../../../lib/api')
jest.mock('../../lib/api')

describe("detailPageGenerator", () => {
it("gets sermons", async () => {
Expand Down

0 comments on commit e3db80a

Please sign in to comment.