Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbst-broad committed Jun 21, 2023
1 parent 67645a8 commit 9d3dbe9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ class HttpWorkspaceManagerDAOSpec
verify(workspaceApi).cloneWorkspace(expectedRequest, testData.azureWorkspace.workspaceIdAsUUID)
}


behavior of "createProtectedWorkspaceWithSpendProfile"

it should "call the WSM workspace API" in {
Expand All @@ -294,7 +293,7 @@ class HttpWorkspaceManagerDAOSpec

wsmDao.createProtectedWorkspaceWithSpendProfile(
testData.azureWorkspace.workspaceIdAsUUID,
testData.azureWorkspace.name,
testData.azureWorkspace.name,
testData.azureBillingProfile.getId.toString,
testContext
)
Expand Down

0 comments on commit 9d3dbe9

Please sign in to comment.