Skip to content

Commit 1ad8e03

Browse files
author
diskartediana-gif
authored
Fix import statement in filter-events.ts
Corrected import statement formatting in the test file.
1 parent 4840cbd commit 1ad8e03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/audit-logs/tests/unit/filter-events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, expect, test } from 'vitest'
1+
import { describe, expect, test } from 'vitest' send data nown
22

33
import { filterByAllowlistValues, filterAndUpdateGhesDataByAllowlistValues } from '../../lib'
44
import type { RawAuditLogEventT, VersionedAuditLogData } from '../../types'

0 commit comments

Comments
 (0)