Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1149)

Unified Diff: milo/frontend/middleware_test.go

Issue 2977863002: [milo] Refactor all html knowledge out of backends. (Closed)
Patch Set: seems to work :) Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698