Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fe4b4d7

Browse files
committed
remove comment
1 parent a0ccb6f commit fe4b4d7

File tree

2 files changed

+80
-84
lines changed

2 files changed

+80
-84
lines changed

provider/parameter_test.go

-4
Original file line numberDiff line numberDiff line change
@@ -866,10 +866,6 @@ func TestParameterValidationEnforcement(t *testing.T) {
866866
// - Validation logic does not apply to the default if a value is given
867867
// - [NumIns/DefInv] So the default can be invalid if an input value is valid.
868868
// The value is therefore not really optional, but it is marked as such.
869-
// - [NumInsNotOptsVal | NumsInsNotOpts] values do not need to be in the option set?
870-
// - [NumInsNotNum] number params do not require the value to be a number
871-
// - [LStrInsNotList] list(string) do not require the value to be a list(string)
872-
// - Same with [MulInsNotListOpts]
873869
table, err := os.ReadFile("testdata/parameter_table.md")
874870
require.NoError(t, err)
875871

0 commit comments

Comments
 (0)