Skip to content

Commit 315c5d0

Browse files
authored
Fix test import (#55)
Signed-off-by: David Calavera <[email protected]>
1 parent f2485ee commit 315c5d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bundlingOptions.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { App, Stack } from 'aws-cdk-lib';
44
import * as cdk from 'aws-cdk-lib';
55
import { Template } from 'aws-cdk-lib/assertions';
66
import * as lambda from 'aws-cdk-lib/aws-lambda';
7-
import { Bundling } from '../lib/bundling';
7+
import { Bundling } from '../src/bundling';
88
import { getManifestPath } from '../src/cargo';
99
import { cargoLambdaVersion, RustFunction, RustFunctionProps } from '../src/index';
1010
import { bundlingOptionsFromRustFunctionProps } from '../src/util';

0 commit comments

Comments
 (0)