diff --git a/src/test/java/com/bandwidth/sdk/api/TranscriptionsApiTest.java b/src/test/java/com/bandwidth/sdk/api/TranscriptionsApiTest.java
index ce37fbba..74c2250f 100644
--- a/src/test/java/com/bandwidth/sdk/api/TranscriptionsApiTest.java
+++ b/src/test/java/com/bandwidth/sdk/api/TranscriptionsApiTest.java
@@ -67,7 +67,7 @@ public class TranscriptionsApiTest {
private static CreateCall createMantecaCallBody = new CreateCall();
private static UpdateCall completeMantecaCallBody = new UpdateCall();
private static URI mantecaAnswerUrl;
- private static String bxmlBody = "This is a bxml start transcription test.Ideally this part is being transcribed.";
+ private static String bxmlBody = "This is a bxml start transcription test.Ideally this part is being transcribed.";
private static int TEST_SLEEP = 6;
@@ -86,8 +86,7 @@ public void getAndDeleteRealTimeTranscriptionsTest() throws ApiException, Interr
// This is just creating the call, modifying with StartTranscript, and ending it so we can test the transcription below.
TimeUnit.SECONDS.sleep(TEST_SLEEP);
- ApiResponse createCallResponse = callsApi.createCallWithHttpInfo(BW_ACCOUNT_ID,
- createMantecaCallBody);
+ ApiResponse createCallResponse = callsApi.createCallWithHttpInfo(BW_ACCOUNT_ID, createMantecaCallBody);
assertThat(createCallResponse.getStatusCode(), is(201));