Revert "add unit test for test broadcast (#1127)" (#1348)

This reverts commit 685e299c45.
This commit is contained in:
Preston Van Loon
2019-01-18 19:27:21 -05:00
committed by GitHub
parent 685e299c45
commit 19d9ad3e37
3 changed files with 5 additions and 96 deletions

View File

@@ -65,7 +65,7 @@ $ go test <file_you_are_working_on>
Changes that affect multiple files can be tested with ...
```
$ gometalinter && bazel test
$ gometallinter && bazel test
```
**10. Stage the file or files that you want to commit.**