Skip to content

Commit

Permalink
fixing tests after upgrading packages
Browse files Browse the repository at this point in the history
  • Loading branch information
HjorturJ committed Sep 16, 2024
1 parent dd2894c commit 794fc87
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,6 @@ describe('NotificationsWorkerService', () => {
)
})

afterAll(async () => {
await app.close()
})

afterEach(async () => {
await truncate(sequelize)
})
Expand Down
1 change: 0 additions & 1 deletion libs/message-queue/src/lib/nest/client.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
Message,
QueueAttributeName,
} from '@aws-sdk/client-sqs'
import { AbortController } from '@aws-sdk/abort-controller'
import { type Logger } from '@island.is/logging'

@Injectable()
Expand Down

0 comments on commit 794fc87

Please sign in to comment.