File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,28 +89,28 @@ func NewChangelogOutputPathSameAPIVersion(t *testing.T) string {
8989
9090func newChangelogOutputPathNewPreviewAPIVersion (t * testing.T ) string {
9191 t .Helper ()
92- cliPath , err := filepath .Abs ("../../data/changelog/new-preview- api-version/output" )
92+ cliPath , err := filepath .Abs ("../../data/changelog/new-api-preview -version/output" )
9393 require .NoError (t , err )
9494 return cliPath
9595}
9696
9797func newChangelogBasePathNewPreviewAPIVersion (t * testing.T ) string {
9898 t .Helper ()
99- cliPath , err := filepath .Abs ("../../data/changelog/new-preview- api-version/base" )
99+ cliPath , err := filepath .Abs ("../../data/changelog/new-api-preview -version/base" )
100100 require .NoError (t , err )
101101 return cliPath
102102}
103103
104104func newChangelogRevisionPathNewPreviewAPIVersion (t * testing.T ) string {
105105 t .Helper ()
106- cliPath , err := filepath .Abs ("../../data/changelog/new-preview- api-version/revision" )
106+ cliPath , err := filepath .Abs ("../../data/changelog/new-api-preview -version/revision" )
107107 require .NoError (t , err )
108108 return cliPath
109109}
110110
111111func newChangelogExepmtionFilePathNewPreviewAPIVersion (t * testing.T ) string {
112112 t .Helper ()
113- cliPath , err := filepath .Abs ("../../data/changelog/new-preview- api-version/exemptions.yaml" )
113+ cliPath , err := filepath .Abs ("../../data/changelog/new-api-preview -version/exemptions.yaml" )
114114 require .NoError (t , err )
115115 return cliPath
116116}
You can’t perform that action at this time.
0 commit comments