Skip to content

Commit 2dd599c

Browse files
Lutra-FsCopilot
andauthored
Update DartDioClientCodegenTest.java for doc clarity
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3a634e2 commit 2dd599c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/openapi-generator/src/test/java/org/openapitools/codegen/dart/dio/DartDioClientCodegenTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ public void verifyWebhookImports() throws IOException {
146146

147147
// Bug symptom #22586: Map-style import with HTML entity encoding
148148
// Before fix: import '{import&#x3D;model.Pet, classname&#x3D;Pet}';
149-
// After fix: import 'package:my_package/lib/src/gen/model/pet.dart';
149+
// After fix: import 'package:my-package/src/model/pet.dart';
150150
Assert.assertFalse(apiContent.contains("import '{"),
151151
"Webhook should not contain Map-style import (bug #22586 symptom)");
152152
Assert.assertFalse(apiContent.contains("&#x3D;"),

0 commit comments

Comments
 (0)