We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f26efc commit c04b3faCopy full SHA for c04b3fa
tests/e2e/test_snapshot.go
@@ -145,8 +145,8 @@ func snapshotClusterAndCompare(snapshottedInitialInfo *clusterSnapshot) bool {
145
initialMaxLength := format.MaxLength
146
defer func() { format.MaxLength = initialMaxLength }()
147
format.MaxLength = 18000
148
- format.
149
- Expect(snapshottedCurrentInfo.ResourcesAsComparisonType()).To(ConsistOf(snapshottedInitialInfo.ResourcesAsComparisonType()))
+
+ Expect(snapshottedCurrentInfo.ResourcesAsComparisonType()).To(ConsistOf(snapshottedInitialInfo.ResourcesAsComparisonType()))
150
})
151
152
}
0 commit comments