Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
scale-tone committed Mar 1, 2023
1 parent 587ea79 commit e2482f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __test/BindingsParser.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

import { BindingsParser } from '../cli/traverseFunctionProjectUtils';
import { BindingsParser } from '../func-project-parser/traverseFunctionProjectUtils';

test('bindingAttributeRegex', () => {

Expand Down
2 changes: 1 addition & 1 deletion __test/TraversalRegexes.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

import { TraversalRegexes } from '../cli/traverseFunctionProjectUtils';
import { TraversalRegexes } from '../func-project-parser/traverseFunctionProjectUtils';

test('getStartNewOrchestrationRegex', () => {

Expand Down
2 changes: 1 addition & 1 deletion __test/renderDiagramWithCli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import * as util from 'util';
}
});

import { getGitRepoInfo } from '../cli/renderDiagramWithCli';
import { getGitRepoInfo } from '../cli/gitUtils';

test('getGitRepoInfo', async () => {

Expand Down

0 comments on commit e2482f2

Please sign in to comment.