Skip to content

Commit

Permalink
add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
gruebel committed Oct 17, 2023
1 parent 9996b1d commit bb355e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def get_inspected_key(self) -> str:
return "version"

def get_expected_values(self) -> list[Any]:
return ["1.23","1.24", "1.25", "1.26", "1.27", "1.28"]
return ["1.23", "1.24", "1.25", "1.26", "1.27", "1.28"]


check = EKSPlatformVersion()

0 comments on commit bb355e5

Please sign in to comment.