Skip to content

Commit a9e5715

Browse files
committed
[Docs] CONTRIBUTING.md: Fix incorrect description of the single component unit test
1 parent fa700d9 commit a9e5715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ There are two ways to run TensorFlow unit tests.
243243
For a single component e.g. softmax op:
244244

245245
```bash
246-
bazel test ${flags} tensorflow/python/kernel_tests:softmax_op_test
246+
bazel test ${flags} tensorflow/python/kernel_tests/nn_ops:softmax_op_test
247247
```
248248

249249
For a single/parameterized test e.g. `test_capture_variables` in

0 commit comments

Comments
 (0)