Skip to content

Commit

Permalink
fix: validator test, bump mock version to 1.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nutellinoit authored and kriive committed Nov 14, 2024
1 parent 98ce729 commit 8271d4e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal/dependencies/tools/validator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func Test_Validator_Validate(t *testing.T) {
{
desc: "all tools are installed in their correct version",
manifest: config.KFD{
Version: "1.27.0",
Version: "1.29.0",
Tools: config.KFDTools{
Common: config.KFDToolsCommon{
Kubectl: config.KFDTool{Version: "1.21.1"},
Expand Down Expand Up @@ -59,7 +59,7 @@ func Test_Validator_Validate(t *testing.T) {
{
desc: "all tools are installed in their wrong version",
manifest: config.KFD{
Version: "1.27.0",
Version: "1.29.0",
Tools: config.KFDTools{
Common: config.KFDToolsCommon{
Kubectl: config.KFDTool{Version: "1.22.0"},
Expand Down Expand Up @@ -90,7 +90,7 @@ func Test_Validator_Validate(t *testing.T) {
{
desc: "all tools for EKSCluster kind are installed",
manifest: config.KFD{
Version: "1.27.0",
Version: "1.29.0",
Tools: config.KFDTools{
Common: config.KFDToolsCommon{
Kubectl: config.KFDTool{Version: "1.21.1"},
Expand Down

0 comments on commit 8271d4e

Please sign in to comment.