Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions __tests__/boot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ describe('logged in boot', () => {
it('should set last activity in redis if user is part of organization', async () => {
await saveFixtures(con, Organization, [
{
id: 'org-1',
id: 'bcc87627-7b19-40b6-a8f4-72dc94e764d5',
seats: 1,
name: 'Organization 1',
subscriptionFlags: {
Expand All @@ -750,8 +750,8 @@ describe('logged in boot', () => {
await saveFixtures(con, ContentPreferenceOrganization, [
{
userId: '1',
referenceId: 'org-1',
organizationId: 'org-1',
referenceId: 'bcc87627-7b19-40b6-a8f4-72dc94e764d5',
organizationId: 'bcc87627-7b19-40b6-a8f4-72dc94e764d5',
feedId: '1',
status: ContentPreferenceOrganizationStatus.Plus,
flags: {
Expand Down
Loading
Loading