Skip to content

Commit a88a677

Browse files
author
Fabio Nappi
committed
Fixed test
1 parent 731df2e commit a88a677

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@micro-lc/middleware",
3-
"version": "3.2.2",
3+
"version": "3.2.1",
44
"description": "micro-lc configuration server",
55
"license": "SEE LICENSE IN LICENSE",
66
"bin": "./dist/cli/index.js",

src/sdk/test/sandbox.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import { expect } from 'chai'
1818

19-
import type { AclContextBuilderInput } from '../../config'
19+
import type { AclContextBuilderInput } from '../sandbox'
2020
import _sandbox from '../sandbox'
2121

2222
describe('Sandbox', () => {

0 commit comments

Comments
 (0)