Skip to content

Commit

Permalink
fix: test case had object properties out of order
Browse files Browse the repository at this point in the history
  • Loading branch information
lukealvoeiro committed Nov 28, 2023
1 parent a32d3c4 commit 003f8c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/options-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,8 @@ describe("options", () => {
"nestJs": true,
"oneof": "properties",
"onlyTypes": false,
"rpcAfterResponse": false,
"rpcBeforeRequest": false,
"outputClientImpl": false,
"outputEncodeMethods": false,
"rpcErrorHandler": false,
"outputExtensions": false,
"outputIndex": false,
"outputJsonMethods": true,
Expand All @@ -43,6 +40,9 @@ describe("options", () => {
"outputTypeRegistry": false,
"removeEnumPrefix": false,
"returnObservable": false,
"rpcAfterResponse": false,
"rpcBeforeRequest": false,
"rpcErrorHandler": false,
"snakeToCamel": [
"json",
"keys",
Expand Down

0 comments on commit 003f8c9

Please sign in to comment.