From 0d4bc4cae4534e638740f84d309916df1799bfc1 Mon Sep 17 00:00:00 2001 From: Xiaoge Su Date: Thu, 9 May 2024 14:07:07 -0700 Subject: [PATCH] fixup! Fix the comment --- bindings/go/src/fdb/fdb_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/go/src/fdb/fdb_test.go b/bindings/go/src/fdb/fdb_test.go index 8056f900c7e..3edee5fa180 100644 --- a/bindings/go/src/fdb/fdb_test.go +++ b/bindings/go/src/fdb/fdb_test.go @@ -410,7 +410,7 @@ func TestCreateExistTenant(t *testing.T) { assertErrorCodeEqual(t, err, errTenantExists) } -/* FIXME: This test will not pass as FDB does not support the tenant yet +/* FIXME: This test will not pass as does not properly return error code TenantNotFound func TestOpenNotExistTenant(t *testing.T) { fdb.MustAPIVersion(API_VERSION) db := fdb.MustOpenDefault()