Skip to content

Commit

Permalink
fix: post-rebase test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeCap08055 committed Sep 16, 2024
1 parent d147756 commit 903f438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/account-api/test/accounts.controller.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ChainUser, ExtrinsicHelper, getClaimHandlePayload } from '@projectliber
import { uniqueNamesGenerator, colors, names } from 'unique-names-generator';
import { ApiModule } from '../src/api.module';
import { setupProviderAndUsers } from './e2e-setup.mock.spec';
import { WalletLoginRequestDto } from '#account-lib/types/dtos';
import { WalletLoginRequestDto } from '#types/dtos/account';
import { CacheMonitorService } from '#account-lib/cache/cache-monitor.service';

describe('Account Controller', () => {
Expand Down

0 comments on commit 903f438

Please sign in to comment.