Skip to content

Commit ae46c22

Browse files
committed
Fix test import
1 parent 57b62ca commit ae46c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as ddbGeo from "../../";
1+
import * as ddbGeo from "../../src";
22
import * as AWS from "aws-sdk";
33
import { expect } from "chai";
44

0 commit comments

Comments
 (0)