Skip to content

Commit d0a44ae

Browse files
committed
#3896 fix team type tests from migration
1 parent 34ca3e6 commit d0a44ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/tests/unit/team-type.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('Team Type Tests', () => {
5959
organization
6060
);
6161

62-
expect(result).toEqual({
62+
expect(result).toMatchObject({
6363
name: 'teamType3',
6464
iconName: 'YouTubeIcon',
6565
organizationId: orgId,

0 commit comments

Comments
 (0)