This commit is contained in:
Nikhil
2025-04-14 09:20:37 +05:30
parent d08bf8f564
commit 33cd24f2f3

View File

@ -637,19 +637,19 @@ dispatchMain()''';
// ),
// expectedCode);
// });
test('POST 8', () {
const expectedCode = r"""
// test('POST 8', () {
// const expectedCode = r"""
""";
// """;
expect(
codeGen.getCode(
CodegenLanguage.swiftAlamofire,
requestModelPost8,
SupportedUriSchemes.https,
),
expectedCode);
});
// expect(
// codeGen.getCode(
// CodegenLanguage.swiftAlamofire,
// requestModelPost8,
// SupportedUriSchemes.https,
// ),
// expectedCode);
// });
// test('POST 9', () {
// const expectedCode = r"""