Skip to content

Commit

Permalink
chore: fix error in a test file
Browse files Browse the repository at this point in the history
  • Loading branch information
aeworxet committed Aug 11, 2024
1 parent 4fe33fe commit 43ad7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Reporters/Reporters.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
import { inputYAML } from '../fixtures'
import { Parser } from '@asyncapi/parser'
import { getOptimizableComponents } from '../../src/ComponentProvider'
import { OptimizableComponentGroup } from '../../src/index.d'
import { OptimizableComponentGroup } from '../../src/types'

const moveAllToComponentsExpectedResult: any[] = [
{
Expand Down

0 comments on commit 43ad7c6

Please sign in to comment.