Skip to content

Commit

Permalink
Import getAddress in notification repository tests
Browse files Browse the repository at this point in the history
  • Loading branch information
PooyaRaki committed Dec 4, 2024
1 parent 09f5a7a commit 293fed8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { NotificationDevice } from '@/datasources/notifications/entities/notific
import { mockEntityManager } from '@/datasources/db/v2/__tests__/entity-manager.mock';
import { mockPostgresDatabaseService } from '@/datasources/db/v2/__tests__/postgresql-database.service.mock';
import { mockRepository } from '@/datasources/db/v2/__tests__/repository.mock';
import { getAddress } from 'viem';

describe('NotificationsRepositoryV2', () => {
let notificationsRepository: INotificationsRepositoryV2;
Expand Down

0 comments on commit 293fed8

Please sign in to comment.