bazel: cosmetic fix: test name cpp->java

This commit is contained in:
Dmitry Ivankov 2021-01-27 20:23:00 +01:00
parent 55a810443d
commit cd65145664
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ let
''));
testBazel = bazelTest {
name = "bazel-test-cpp";
name = "bazel-test-java";
inherit workspaceDir;
bazelPkg = bazel;
buildInputs = [ openjdk8 ];