Skip to content

Commit

Permalink
ugh formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lucymcnatt committed Nov 21, 2024
1 parent 89986b7 commit 875e340
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,13 @@ class BatchPollResultMonitorActorSpec
)
val vmInfo = InstantiatedVmInfo("europe-west9", "custom-16-32768", false)


behavior of "BatchPollResultMonitorActor"

it should "send a cost lookup request with the correct vm info after receiving a success pollResult" in {

val terminalPollResult =
RunStatus.Success(Seq(ExecutionEvent("fakeEvent", OffsetDateTime.now().truncatedTo(ChronoUnit.MILLIS))),
Some(vmInfo)
Some(vmInfo)
)
val message = ProcessThisPollResult(terminalPollResult)

Expand Down

0 comments on commit 875e340

Please sign in to comment.