| Index: milo/frontend/middleware_test.go
|
| diff --git a/milo/common/funcs_test.go b/milo/frontend/middleware_test.go
|
| similarity index 98%
|
| rename from milo/common/funcs_test.go
|
| rename to milo/frontend/middleware_test.go
|
| index 252fb0c569335be2632df617b06afb0b51ac8ebd..08b4166a93a18dd5e337d8fc4f1dce8a43c51e58 100644
|
| --- a/milo/common/funcs_test.go
|
| +++ b/milo/frontend/middleware_test.go
|
| @@ -12,7 +12,7 @@
|
| // See the License for the specific language governing permissions and
|
| // limitations under the License.
|
|
|
| -package common
|
| +package frontend
|
|
|
| import (
|
| "testing"
|
|
|