Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(test): Support unit tests for IndexName validation #22

Merged
merged 5 commits into from
Dec 13, 2022

Conversation

dbulaja98
Copy link
Collaborator

No description provided.

build.sbt Outdated Show resolved Hide resolved
@@ -40,8 +40,8 @@ lazy val library =
"dev.zio" %% "zio-schema" % "0.3.1",
"dev.zio" %% "zio-schema-json" % "0.3.1",
"org.apache.commons" % "commons-lang3" % "3.12.0",
"dev.zio" %% "zio-test" % "2.0.4" % IntegrationTest,
"dev.zio" %% "zio-test-sbt" % "2.0.4" % IntegrationTest
"dev.zio" %% "zio-test" % "2.0.4" % "it,test",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess IntegrationTest extends Test? Can we use Test here only?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I think that IntegrationTest does not extend Test.

@drmarjanovic drmarjanovic merged commit b95b6fb into main Dec 13, 2022
@drmarjanovic drmarjanovic deleted the test-support-unit-tests-for-index-name-validation branch December 13, 2022 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants