Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timsuchanek committed Nov 29, 2019
1 parent 21f82d7 commit 6a2c8c4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test('exampleScript', async () => {
*
*/
import { Photon } from '@generated/photon'
import { Photon } from '@prisma/photon'
const photon = new Photon()
async function main() {
Expand Down Expand Up @@ -76,7 +76,7 @@ test('exampleScript', async () => {
*
*/
const { Photon } = require('@generated/photon')
const { Photon } = require('@prisma/photon')
const photon = new Photon()
async function main() {
Expand Down

0 comments on commit 6a2c8c4

Please sign in to comment.