Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Sep 5, 2024
1 parent 01aeec3 commit 4660e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/generated/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// This file is autogenerated by the hyperdb compiler
/* eslint-disable camelcase */

const { IndexEncoder, c } = require('hyperdb/runtime')
const { IndexEncoder, c } = require('../../../runtime')

const { version, resolveStruct } = require('./messages.js')

Expand Down

0 comments on commit 4660e29

Please sign in to comment.