diff --git a/examples/pytest/BUILD.bazel b/examples/pytest/BUILD.bazel index 264aaebf..bc44cb58 100644 --- a/examples/pytest/BUILD.bazel +++ b/examples/pytest/BUILD.bazel @@ -7,7 +7,7 @@ py_library( ) py_test( - name = "pytest_test", + name = "test_foo", srcs = ["foo_test.py"], data = glob([ "fixtures/*.json",