File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1913,7 +1913,7 @@ func TestClusterTopologyValidation(t *testing.T) {
1913
1913
WithClass ("foo" ).
1914
1914
WithVersion ("v1.19.1" ).
1915
1915
WithMachineDeployment (
1916
- builder .MachineDeploymentTopology ("thisNameIsReallyMuchLongerThanTheMaximumLengthOfSixtyThreeCharacters " ).
1916
+ builder .MachineDeploymentTopology ("thisnameisreallymuchlongerthanthemaximumlengthofsixtythreecharacters " ).
1917
1917
WithClass ("aa" ).
1918
1918
Build ()).
1919
1919
Build ()).
@@ -1927,7 +1927,7 @@ func TestClusterTopologyValidation(t *testing.T) {
1927
1927
WithClass ("foo" ).
1928
1928
WithVersion ("v1.19.1" ).
1929
1929
WithMachinePool (
1930
- builder .MachinePoolTopology ("thisNameIsReallyMuchLongerThanTheMaximumLengthOfSixtyThreeCharacters " ).
1930
+ builder .MachinePoolTopology ("thisnameisreallymuchlongerthanthemaximumlengthofsixtythreecharacters " ).
1931
1931
WithClass ("aa" ).
1932
1932
Build ()).
1933
1933
Build ()).
You can’t perform that action at this time.
0 commit comments