Skip to content

Commit efb7085

Browse files
committed
Fix Spotless formatting in AccountClientTest
Co-authored-by: Isaac
1 parent a35f8c0 commit efb7085

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

databricks-sdk-java/src/test/java/com/databricks/sdk/AccountClientTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ public void testGetWorkspaceClientForUnifiedHost() throws IOException {
5656
// Should have workspace ID set
5757
assertEquals("123456", workspaceClient.config().getWorkspaceId());
5858

59-
// Host type is WORKSPACE (no resolved host type from metadata, URL doesn't match accounts pattern)
59+
// Host type is WORKSPACE (no resolved host type from metadata, URL doesn't match accounts
60+
// pattern)
6061
assertEquals(HostType.WORKSPACE, workspaceClient.config().getHostType());
6162
}
6263
}

0 commit comments

Comments
 (0)