-
Notifications
You must be signed in to change notification settings - Fork 205
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
Conversation
6937a8e
to
30910b4
Compare
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", | ||
], | ||
) |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
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", | ||
], | ||
) |
There was a problem hiding this comment.
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.
No description provided.