Skip to content

Commit

Permalink
Update converter.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tqindia authored Sep 10, 2024
1 parent 5e5f121 commit 1bb0032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/converter.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { TerraformTypeConverter } from '../src/TerraformTypeConverter';
import { TerraformTypeConverter } from './converter';

describe('TerraformTypeConverter', () => {
test('converts list(object(...)) correctly', () => {
Expand Down

0 comments on commit 1bb0032

Please sign in to comment.