Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
live1206 committed Aug 9, 2024
1 parent 9dbc68d commit 516c321
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,10 @@ describe("typespec-client-generator-core: general decorators list", () => {
const models = runner.context.sdkPackage.models;
strictEqual(models.length, 1);
deepStrictEqual(models[0].decorators, [
{ name: "Azure.ClientGenerator.Core.@useSystemTextJsonConverter", arguments: { scope: "csharp" } },
{
name: "Azure.ClientGenerator.Core.@useSystemTextJsonConverter",
arguments: { scope: "csharp" },
},
]);
expectDiagnostics(runner.context.diagnostics, []);
});
Expand Down

0 comments on commit 516c321

Please sign in to comment.