Style fix: correct copy-paste mistake in test package name (#8451)

This commit is contained in:
Sakari Bergen 2021-01-19 05:04:27 +02:00 committed by GitHub
parent cd936a66fd
commit 83e9986bba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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