File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
tests/KubeOps.Test/Operator Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public class CrdGeneratorTest
17
17
[ Fact ]
18
18
public void Should_Generate_Correct_Number_Of_Crds ( )
19
19
{
20
- _crds . Count . Should ( ) . Be ( 4 ) ;
20
+ _crds . Count . Should ( ) . Be ( 5 ) ;
21
21
}
22
22
23
23
[ Fact ]
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ public void Should_Return_Correct_Number_Of_KubernetesEntity_Types()
25
25
var testAssembliesTypes =
26
26
_testAssembliesResourceTypeService . GetTypesWithAttribute < KubernetesEntityAttribute > ( ) ;
27
27
28
- currentAssemblyTypes . Count ( ) . Should ( ) . Be ( 11 ) ;
29
- testAssembliesTypes . Count ( ) . Should ( ) . Be ( 14 ) ;
28
+ currentAssemblyTypes . Count ( ) . Should ( ) . Be ( 12 ) ;
29
+ testAssembliesTypes . Count ( ) . Should ( ) . Be ( 15 ) ;
30
30
}
31
31
32
32
[ Fact ]
@@ -49,8 +49,8 @@ public void Should_Return_Correct_Number_Of_KubernetesEntityAttribute_Instances(
49
49
var testAssembliesAttributes =
50
50
_testAssembliesResourceTypeService . GetAttributes < KubernetesEntityAttribute > ( ) ;
51
51
52
- currentAssemblyAttributes . Count ( ) . Should ( ) . Be ( 11 ) ;
53
- testAssembliesAttributes . Count ( ) . Should ( ) . Be ( 14 ) ;
52
+ currentAssemblyAttributes . Count ( ) . Should ( ) . Be ( 12 ) ;
53
+ testAssembliesAttributes . Count ( ) . Should ( ) . Be ( 15 ) ;
54
54
}
55
55
56
56
[ Fact ]
You can’t perform that action at this time.
0 commit comments