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

clenup LF versions java codegen test #18689

Merged
merged 1 commit into from
Mar 8, 2024
Merged

Conversation

remyhaemmerle-da
Copy link
Collaborator

No description provided.

@remyhaemmerle-da remyhaemmerle-da changed the title Minor clenup of java codegen test clenup LF versions java codegen test Mar 8, 2024
Comment on lines -333 to -346
java_test(
name = "integration-tests-contract-keys",
srcs = [contract_keys_test],
test_class = "com.daml.ContractKeysTest",
deps = [
":integration-tests-model-2.dev",
"//canton:bindings-java",
"@maven//:com_google_protobuf_protobuf_java",
"@maven//:org_junit_jupiter_junit_jupiter_api",
"@maven//:org_junit_jupiter_junit_jupiter_engine",
"@maven//:org_junit_platform_junit_platform_commons",
"@maven//:org_junit_platform_junit_platform_runner",
],
)
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 need to create a special case for contract key, just need to make it a 2.dev test.

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh right! I did this change mechanically without looking at the larger picture.

@remyhaemmerle-da remyhaemmerle-da marked this pull request as ready for review March 8, 2024 15:13
Copy link
Contributor

@paulbrauner-da paulbrauner-da left a comment

Choose a reason for hiding this comment

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

Thanks!

Comment on lines -333 to -346
java_test(
name = "integration-tests-contract-keys",
srcs = [contract_keys_test],
test_class = "com.daml.ContractKeysTest",
deps = [
":integration-tests-model-2.dev",
"//canton:bindings-java",
"@maven//:com_google_protobuf_protobuf_java",
"@maven//:org_junit_jupiter_junit_jupiter_api",
"@maven//:org_junit_jupiter_junit_jupiter_engine",
"@maven//:org_junit_platform_junit_platform_commons",
"@maven//:org_junit_platform_junit_platform_runner",
],
)
Copy link
Contributor

Choose a reason for hiding this comment

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

Oh right! I did this change mechanically without looking at the larger picture.

@remyhaemmerle-da remyhaemmerle-da enabled auto-merge (squash) March 8, 2024 16:12
@remyhaemmerle-da remyhaemmerle-da merged commit 62731d7 into main Mar 8, 2024
17 checks passed
@remyhaemmerle-da remyhaemmerle-da deleted the remy-codegen-clean branch March 8, 2024 17:30
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.

2 participants