mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Fix typo in test method name (#10370)
This commit is contained in:
parent
e0b94e4dc4
commit
fead481002
@ -36,7 +36,7 @@ func TestValidationIntBetween(t *testing.T) {
|
||||
})
|
||||
}
|
||||
|
||||
func TestValidationSringInSlice(t *testing.T) {
|
||||
func TestValidationStringInSlice(t *testing.T) {
|
||||
runTestCases(t, []testCase{
|
||||
{
|
||||
val: "ValidValue",
|
||||
|
Loading…
Reference in New Issue
Block a user