Skip to content

Commit

Permalink
Move external import
Browse files Browse the repository at this point in the history
  • Loading branch information
kibertoad committed Jan 9, 2021
1 parent 55cc678 commit f002cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/casbin.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ const test = tap.test
const Fastify = require('fastify')
const proxyquire = require('proxyquire')
const sinon = require('sinon')
const { Model, FileAdapter } = require('casbin')

const plugin = require('../')
const { Model, FileAdapter } = require('casbin')

const modelPath = path.join(__dirname, 'fixtures', 'basic_model.conf')
const policyPath = path.join(__dirname, 'fixtures', 'basic_policy.csv')
Expand Down

0 comments on commit f002cfc

Please sign in to comment.