feedback review

This commit is contained in:
Elias Nahum 2022-03-28 14:46:15 -03:00
parent ed96601839
commit 7d311f77b3
No known key found for this signature in database
GPG key ID: E038DB71E0B61702

View file

@ -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,