Skip to content

Commit

Permalink
Get post compat in validate test
Browse files Browse the repository at this point in the history
  • Loading branch information
Powersource committed Nov 2, 2023
1 parent cb95783 commit deadad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/validate.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mkdirp.sync(dir)

const keys = ssbKeys.loadOrCreateSync(path.join(dir, 'secret'))

const sbot = SecretStack({ appKey: caps.shs }).use(require('../')).call(null, {
const sbot = SecretStack({ appKey: caps.shs }).use(require('../')).use(require('../compat/post')).call(null, {
keys,
path: dir,
})
Expand Down

0 comments on commit deadad0

Please sign in to comment.