From bb7ffa4743764eb7e433020637d8aaade93024ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Novotn=C3=BD?= Date: Mon, 6 Jan 2025 14:43:22 +0100 Subject: [PATCH] doc: attempt to fix the test --- .../example/define-test-catalog.java | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/documentation/user/en/get-started/example/define-test-catalog.java b/documentation/user/en/get-started/example/define-test-catalog.java index 4ccd701660..1073b2115f 100644 --- a/documentation/user/en/get-started/example/define-test-catalog.java +++ b/documentation/user/en/get-started/example/define-test-catalog.java @@ -1 +1,25 @@ +/* + * + * _ _ ____ ____ + * _____ _(_) |_ __ _| _ \| __ ) + * / _ \ \ / / | __/ _` | | | | _ \ + * | __/\ V /| | || (_| | |_| | |_) | + * \___| \_/ |_|\__\__,_|____/|____/ + * + * Copyright (c) 2025 + * + * Licensed under the Business Source License, Version 1.1 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * https://github.com/FgForrest/evitaDB/blob/master/LICENSE + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +evita.deleteCatalogIfExists("evita"); evita.defineCatalog("evita"); \ No newline at end of file