From 63c96b4166e3cedff66c2f2526794b9ba6721ac1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Sat, 25 Jun 2022 13:44:42 +0200 Subject: [PATCH] add some more todos --- .../yosql/codegen/orchestration/ExecutionErrorsTest.java | 14 ++++++++++++++ yosql-tooling/yosql-tooling-dagger/pom.xml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 yosql-codegen/src/test/java/wtf/metio/yosql/codegen/orchestration/ExecutionErrorsTest.java diff --git a/yosql-codegen/src/test/java/wtf/metio/yosql/codegen/orchestration/ExecutionErrorsTest.java b/yosql-codegen/src/test/java/wtf/metio/yosql/codegen/orchestration/ExecutionErrorsTest.java new file mode 100644 index 00000000..3a071e8c --- /dev/null +++ b/yosql-codegen/src/test/java/wtf/metio/yosql/codegen/orchestration/ExecutionErrorsTest.java @@ -0,0 +1,14 @@ +/* + * This file is part of yosql. It is subject to the license terms in the LICENSE file found in the top-level + * directory of this distribution and at https://creativecommons.org/publicdomain/zero/1.0/. No part of yosql, + * including this file, may be copied, modified, propagated, or distributed except according to the terms contained + * in the LICENSE file. + */ + +package wtf.metio.yosql.codegen.orchestration; + +class ExecutionErrorsTest { + + // TODO: write tests + +} diff --git a/yosql-tooling/yosql-tooling-dagger/pom.xml b/yosql-tooling/yosql-tooling-dagger/pom.xml index deb24d50..e534e22f 100644 --- a/yosql-tooling/yosql-tooling-dagger/pom.xml +++ b/yosql-tooling/yosql-tooling-dagger/pom.xml @@ -107,7 +107,7 @@ org.jetbrains.kotlin kotlin-stdlib - 1.7.0 + 1.7.0 -- 2.11.4.GIT