Remove intentional partial branch from coverage stats
This commit is contained in:
@@ -81,7 +81,7 @@ class Invitation(Base, TimestampsMixin, AuditableMixin):
|
||||
|
||||
@property
|
||||
def workspace(self):
|
||||
if self.workspace_role:
|
||||
if self.workspace_role: #pragma: no branch
|
||||
return self.workspace_role.workspace
|
||||
|
||||
@property
|
||||
|
Reference in New Issue
Block a user