Fix directory name to match package (#12270)

This commit is contained in:
Dave Syer
2022-05-01 08:21:14 +01:00
committed by GitHub
parent 21d8d3a26e
commit d03115fc20

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.openapitools.codegen.CsharpNetcoreFunctionsServerCodegen;
package org.openapitools.codegen.csharpnetcorefunctions;
import org.openapitools.codegen.languages.CsharpNetcoreFunctionsServerCodegen;
import org.testng.Assert;