feat: add integration test for invite_member

This commit is contained in:
Lakhan Samani
2022-03-15 12:09:54 +05:30
parent 5e6ee8d9b0
commit 74a8024131
2 changed files with 58 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ func TestResolvers(t *testing.T) {
magicLinkLoginTests(t, s)
logoutTests(t, s)
metaTests(t, s)
inviteUserTest(t, s)
})
}
}