bazel: cosmetic fix: test name cpp->java

This commit is contained in:
Dmitry Ivankov
2021-02-04 20:24:55 +01:00
parent 55a810443d
commit cd65145664
@@ -38,7 +38,7 @@ let
''));
testBazel = bazelTest {
name = "bazel-test-cpp";
name = "bazel-test-java";
inherit workspaceDir;
bazelPkg = bazel;
buildInputs = [ openjdk8 ];