fixup! fixup! feat(db): adding relational instance table

This commit is contained in:
Iraq Jaber
2025-05-28 11:48:24 +02:00
parent af90f94f8d
commit f073a8ff3a

View File

@@ -681,7 +681,7 @@ func TestServer_DeactivateReactivateNonExistentOrganization(t *testing.T) {
require.Contains(t, err.Error(), "Organisation not found")
}
func TestServer_AactivateOrganization(t *testing.T) {
func TestServer_ActivateOrganization(t *testing.T) {
tests := []struct {
name string
ctx context.Context
@@ -990,7 +990,7 @@ func TestServer_AddOerganizationDomain(t *testing.T) {
}
}
func TestServer_ListOerganizationDomain(t *testing.T) {
func TestServer_ListOrganizationDomain(t *testing.T) {
tests := []struct {
name string
ctx context.Context
@@ -1185,7 +1185,7 @@ func TestServer_DeleteOerganizationDomain(t *testing.T) {
}
}
func TestServer_AddListDeletOerganizationDomain(t *testing.T) {
func TestServer_AddListDeleteOrganizationDomain(t *testing.T) {
tests := []struct {
name string
testFunc func()