You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: geps/gep-2162/index.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ Every feature should:
123
123
124
124
#### Conformance test names
125
125
126
-
Conformance tests file names should try to follow the `pascal-case-name.go` format.
126
+
Conformance tests file names should try to follow the `kebab-case-name.go` format.
127
127
For example for `HTTPRoutePortRedirect` - the test file would be `httproute-port-redirect.go`.
128
128
129
129
We should treat this guidance as "best effort" because we might have test files that check the combination of several features and can't follow the same format.
0 commit comments