Skip to content

Commit

Permalink
test(envited.ascs.digital): update database init test
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Scheeren <[email protected]>
  • Loading branch information
royscheeren committed Dec 5, 2024
1 parent 1412118 commit c2e64f3
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
import { ERRORS } from '../../constants'
import { Role } from '../../types'
import {
badRequestError,
forbiddenError,
notFoundError,
unauthorizedError,
} from '../../utils'
import { badRequestError, forbiddenError, notFoundError, unauthorizedError } from '../../utils'
import * as SUT from './delete'

describe('serverActions/assets/delete', () => {
Expand Down

0 comments on commit c2e64f3

Please sign in to comment.