From 7d311f77b3dc1e1a5a962b253136a953ba03737a Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Mon, 28 Mar 2022 14:46:15 -0300 Subject: [PATCH] feedback review --- test/test_helper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_helper.ts b/test/test_helper.ts index 0c1642cfcc..aafeca9f58 100644 --- a/test/test_helper.ts +++ b/test/test_helper.ts @@ -320,7 +320,7 @@ class TestHelper { return { name, display_name: `Unit Test ${name}`, - type: 'O' as TeamType, + type: 'O' as const, email: this.fakeEmail(), allowed_domains: '', invite_id: inviteId,