Skip to content

Commit

Permalink
test fixup
Browse files Browse the repository at this point in the history
Signed-off-by: adamrtalbot <[email protected]>
  • Loading branch information
adamrtalbot committed Dec 3, 2024
1 parent 0a0fbea commit 89d319e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class AzBatchServiceTest extends Specification {
when:
ret = svc.findBestVm('northeurope', 4, MemoryUnit.of(7168), MemoryUnit.of(291840),'standard_a?')
then:
ret.name == 'Standard_A4_v2'
ret.name == 'Standard_A3'

when:
ret = svc.findBestVm('northeurope', 4, null, MemoryUnit.of(291840), 'standard_a?')
Expand Down

0 comments on commit 89d319e

Please sign in to comment.