Skip to content

Commit

Permalink
check
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-software-pl committed Jan 20, 2025
1 parent 6e891a9 commit 0f685a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class K8sDeploymentManagerKafkaTest
f.withRunningScenario {
eventually {
val pods = k8s.listSelected[ListResource[Pod]](requirementForName(f.version.processName)).futureValue.items
pods.size shouldBe 3
pods.size shouldBe 1
forAll(pods.head.spec.get.containers) { container =>
container.resources shouldBe Some(
skuber.Resource.Requirements(
Expand Down

0 comments on commit 0f685a1

Please sign in to comment.