Skip to content

Commit 30504d4

Browse files
committed
Remove also related comments to the old SDK
1 parent c3e80ad commit 30504d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/int/deployment_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,6 @@ var _ = Describe("AtlasDeployment", Label("int", "AtlasDeployment", "deployment-
619619
checkAtlasState(func(c *admin.ClusterDescription20240805) {
620620
// Expect(*c.DiskSizeGB).To(BeEquivalentTo(prevDiskSize)) // todo: find out if this should still work for advanced clusters
621621

622-
// check whether https://github.com/mongodb/go-client-mongodb-atlas/issues/140 is fixed
623622
Expect(c.GetReplicationSpecs()[0].GetRegionConfigs()[0].ElectableSpecs.DiskSizeGB).To(BeAssignableToTypeOf(pointer.MakePtr[float64](0)), "DiskSizeGB is no longer a *float64, please check the spec!")
624623
})
625624
})
@@ -691,7 +690,6 @@ var _ = Describe("AtlasDeployment", Label("int", "AtlasDeployment", "deployment-
691690
checkAtlasState(func(c *admin.ClusterDescription20240805) {
692691
Expect(int(c.GetReplicationSpecs()[0].GetRegionConfigs()[0].ElectableSpecs.GetDiskSizeGB())).To(BeEquivalentTo(*createdDeployment.Spec.DeploymentSpec.DiskSizeGB))
693692

694-
// check whether https://github.com/mongodb/go-client-mongodb-atlas/issues/140 is fixed
695693
Expect(c.GetReplicationSpecs()[0].GetRegionConfigs()[0].ElectableSpecs.DiskSizeGB).To(BeAssignableToTypeOf(pointer.MakePtr[float64](0)), "DiskSizeGB is no longer a *float64, please check the spec!")
696694
})
697695
})

0 commit comments

Comments
 (0)