From 80f6776ef5e489aad135d2cfd8588f7e624185bd Mon Sep 17 00:00:00 2001 From: dxy Date: Tue, 3 May 2016 07:32:35 -0700 Subject: [PATCH] Move misc files out of j/c/[] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=121373704 --- .../google/registry/export/BigqueryPollJobActionTest.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/javatests/google/registry/export/BigqueryPollJobActionTest.java b/javatests/google/registry/export/BigqueryPollJobActionTest.java index 9347c11ef..25d877ca6 100644 --- a/javatests/google/registry/export/BigqueryPollJobActionTest.java +++ b/javatests/google/registry/export/BigqueryPollJobActionTest.java @@ -176,10 +176,9 @@ public class BigqueryPollJobActionTest { action.run(); assertLogMessage(INFO, String.format("Bigquery job succeeded - %s:%s", PROJECT_ID, JOB_ID)); - assertLogMessage(INFO, - String.format( - "Added chained task my_task_name for /_dr/something to queue default:", - PROJECT_ID, JOB_ID)); + assertLogMessage( + INFO, + "Added chained task my_task_name for /_dr/something to queue default"); assertTasksEnqueued(CHAINED_QUEUE_NAME, new TaskMatcher() .url("/_dr/something") .method("POST")