watchtower: remove dev tag from unit test files

Several watchtower unit tests were not being executed by make unit since
they require the dev tag to be passed in. All tests still pass.
This commit is contained in:
Conner Fromknecht
2020-08-19 14:18:01 -07:00
parent 3ae46d81f4
commit 04e1e2298f
4 changed files with 5 additions and 10 deletions

View File

@@ -1,5 +1,3 @@
// +build dev
package lookout_test
import (