fixup! fixup! fixup! fixup! fixup! feat(idp_table_relational): adding inital idp tables for relational repository

This commit is contained in:
Iraq Jaber
2025-07-28 08:35:24 +01:00
parent 773f517ede
commit a0007249b3

View File

@@ -875,7 +875,7 @@ func TestGetIDProvider(t *testing.T) {
// gocognit linting fails due to number of test cases // gocognit linting fails due to number of test cases
// and the fact that each test case has a testFunc() // and the fact that each test case has a testFunc()
// nolint: gocognit //nolint: gocognit
func TestListIDProvider(t *testing.T) { func TestListIDProvider(t *testing.T) {
ctx := t.Context() ctx := t.Context()
pool, stop, err := newEmbeddedDB(ctx) pool, stop, err := newEmbeddedDB(ctx)