File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ da_scala_test(
162162 name = "tests" ,
163163 size = "small" ,
164164 srcs = glob ([
165- "src/test/**/typesig/**/*.scala"
165+ "src/test/**/typesig/**/*.scala" ,
166166 ]),
167167 data = [":InterfaceTestPackage-v2.dar" ] + ([":InterfaceTestPackage-v1.dar" ] if is_intel else []),
168168 scala_deps = [
@@ -172,8 +172,8 @@ da_scala_test(
172172 ],
173173 scalacopts = lf_scalacopts ,
174174 deps = [
175- "//canton/community/daml-lf/api-type-signature" ,
176175 "//canton:nonempty" ,
176+ "//canton/community/daml-lf/api-type-signature" ,
177177 "//canton/community/daml-lf/archive:daml_lf_archive_proto_java" ,
178178 "//canton/community/daml-lf/archive:daml_lf_archive_reader" ,
179179 "//canton/community/daml-lf/data" ,
You can’t perform that action at this time.
0 commit comments