Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
larkox committed Feb 24, 2025
1 parent 498f1c9 commit 4bccfc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('TeamItem enhanced component', () => {
await operator.handleTeam({teams: [TestHelper.fakeTeam({id: teamId})], prepareRecordsOnly: false});
await operator.handleConfigs({
configs: [
{id: 'CollapsedThreads', value: Config.DISABLED},
{id: 'CollapsedThreads', value: Config.ALWAYS_ON},
{id: 'Version', value: '7.6.0'},
],
configsToDelete: [],
Expand Down

0 comments on commit 4bccfc6

Please sign in to comment.