Skip to content

Commit

Permalink
fixup! Fix the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xis19 committed May 9, 2024
1 parent dd281e7 commit 0d4bc4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/go/src/fdb/fdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 0d4bc4c

Please sign in to comment.