Skip to content

Commit

Permalink
Update output tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cabaluniovi committed Sep 3, 2024
1 parent fafc14f commit 5e72ce7
Show file tree
Hide file tree
Showing 9 changed files with 170 additions and 176 deletions.
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
"category":{"id":1,"name":"2"}
"category":{"id":2,"name":"102"}
"category":{"id":3,"name":"202"}
"pet":{"id":1,"category":{"id":1,"name":"2"},"name":"1102","photoUrls":["303"],"tags":[{"id":703,"name":"704"}],"status":"available"}
"pet":{"id":2,"category":{"id":2,"name":"102"},"name":"1202","photoUrls":["403"],"tags":[{"id":803,"name":"804"}],"status":"pending"}
"pet":{"id":3,"category":{"id":2,"name":"102"},"name":"1302","photoUrls":["503"],"tags":[{"id":903,"name":"904"}],"status":"sold"}
"pet":{"id":4,"category":{"id":1,"name":"2"},"name":"1402","photoUrls":["603"],"tags":[],"status":"available"}
"pet":{"id":5,"category":{"id":1,"name":"2"},"name":"1502","photoUrls":[],"tags":[{"id":1003,"name":"1004"}],"status":"pending"}
"order":{"id":1,"petId":1,"customerId":1,"quantity":2104,"shipDate":"2007-01-26T00:00:00.000+00:00","status":"placed","complete":false}
"order":{"id":2,"petId":1,"customerId":1,"quantity":2204,"shipDate":"2007-01-27T00:00:00.000+00:00","status":"approved","complete":true}
"order":{"id":3,"petId":2,"customerId":1,"quantity":2304,"shipDate":"2007-01-28T00:00:00.000+00:00","status":"approved","complete":false}
"order":{"id":4,"petId":1,"customerId":2,"quantity":2404,"shipDate":"2007-01-29T00:00:00.000+00:00","status":"approved","complete":true}
"order":{"id":5,"petId":4,"customerId":1,"quantity":2504,"shipDate":"2007-01-30T00:00:00.000+00:00","status":"approved","complete":false}
"order":{"id":6,"petId":5,"customerId":1,"quantity":2604,"shipDate":"2007-02-01T00:00:00.000+00:00","status":"approved","complete":true}
"customer":{"id":1,"username":"1802","address":[{"street":"1603","city":"1604","state":"1605","zip":"0"}]}
"customer":{"id":2,"username":"1902","address":[]}
"customer":{"id":3,"username":"2002","address":[{"street":"1703","city":"1704","state":"1705","zip":"1"}]}
"pet":{"id":1,"category":{"id":1,"name":"2"},"name":"1002","photoUrls":["303"],"tags":[{"id":603,"name":"604"},{"id":703,"name":"704"}],"status":"sold"}
"pet":{"id":2,"category":{"id":2,"name":"102"},"name":"1102","photoUrls":["403"],"tags":[],"status":"available"}
"pet":{"id":3,"category":{"id":1,"name":"2"},"name":"1202","photoUrls":["503"],"tags":[{"id":803,"name":"804"}],"status":"pending"}
"pet":{"id":4,"category":{"id":1,"name":"2"},"name":"1302","photoUrls":[],"tags":[{"id":903,"name":"904"}],"status":"sold"}
"order":{"id":1,"petId":1,"customerId":1,"quantity":1904,"shipDate":"2007-01-24T00:00:00.000+00:00","status":"placed","complete":false}
"order":{"id":2,"petId":1,"customerId":1,"quantity":2004,"shipDate":"2007-01-25T00:00:00.000+00:00","status":"approved","complete":true}
"order":{"id":3,"petId":2,"customerId":1,"quantity":2104,"shipDate":"2007-01-26T00:00:00.000+00:00","status":"approved","complete":false}
"order":{"id":4,"petId":2,"customerId":1,"quantity":2204,"shipDate":"2007-01-27T00:00:00.000+00:00","status":"approved","complete":true}
"order":{"id":5,"petId":1,"customerId":2,"quantity":2304,"shipDate":"2007-01-28T00:00:00.000+00:00","status":"approved","complete":false}
"order":{"id":6,"petId":4,"customerId":1,"quantity":2404,"shipDate":"2007-01-29T00:00:00.000+00:00","status":"approved","complete":true}
"customer":{"id":1,"username":"1602","address":[{"street":"1403","city":"1404","state":"1405","zip":"0"}]}
"customer":{"id":2,"username":"1702","address":[]}
"customer":{"id":3,"username":"1802","address":[{"street":"1503","city":"1504","state":"1505","zip":"0"}]}
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
"category":{"id":1,"name":"2"}
"category":{"id":2,"name":"102"}
"category":{"id":3,"name":"202"}
"pet":{"id":1,"category":{"id":1,"name":"2"},"name":"1102","photoUrls":["303"],"tags":[{"id":703,"name":"704"}],"status":"available"}
"pet":{"id":2,"category":{"id":2,"name":"102"},"name":"1202","photoUrls":["403"],"tags":[{"id":803,"name":"804"}],"status":"pending"}
"pet":{"id":3,"category":{"id":2,"name":"102"},"name":"1302","photoUrls":["603"],"tags":[],"status":"sold"}
"pet":{"id":4,"category":{"id":1,"name":"2"},"name":"1402","photoUrls":["503"],"tags":[{"id":903,"name":"904"}],"status":"available"}
"pet":{"id":5,"category":{"id":1,"name":"2"},"name":"1502","photoUrls":[],"tags":[{"id":1003,"name":"1004"}],"status":"pending"}
"order":{"id":1,"petId":1,"customerId":1,"quantity":2104,"shipDate":"2007-01-26T00:00:00.000+00:00","status":"placed","complete":false}
"order":{"id":2,"petId":1,"customerId":1,"quantity":0,"shipDate":"2007-01-27T00:00:00.000+00:00","status":"approved","complete":true}
"order":{"id":3,"petId":2,"customerId":1,"quantity":0,"shipDate":"2007-01-28T00:00:00.000+00:00","status":"approved","complete":false}
"order":{"id":4,"petId":1,"customerId":1,"quantity":0,"shipDate":"2007-01-29T00:00:00.000+00:00","status":"approved","complete":true}
"order":{"id":5,"petId":1,"customerId":2,"quantity":2504,"shipDate":"2007-01-30T00:00:00.000+00:00","status":"approved","complete":false}
"order":{"id":6,"petId":3,"customerId":1,"quantity":2604,"shipDate":"2007-02-01T00:00:00.000+00:00","status":"approved","complete":true}
"order":{"id":7,"petId":5,"customerId":1,"quantity":2704,"shipDate":"2007-02-02T00:00:00.000+00:00","status":"approved","complete":false}
"customer":{"id":1,"username":"1802","address":[{"street":"1603","city":"1604","state":"1605","zip":"0"}]}
"customer":{"id":2,"username":"1902","address":[]}
"customer":{"id":3,"username":"2002","address":[{"street":"1703","city":"1704","state":"1705","zip":"1"}]}
"pet":{"id":1,"category":{"id":1,"name":"2"},"name":"1102","photoUrls":["303"],"tags":[{"id":603,"name":"604"},{"id":703,"name":"704"},{"id":803,"name":"804"}],"status":"available"}
"pet":{"id":2,"category":{"id":2,"name":"102"},"name":"1202","photoUrls":["403"],"tags":[],"status":"pending"}
"pet":{"id":3,"category":{"id":1,"name":"2"},"name":"1302","photoUrls":["503"],"tags":[{"id":903,"name":"904"}],"status":"sold"}
"pet":{"id":4,"category":{"id":1,"name":"2"},"name":"1402","photoUrls":[],"tags":[{"id":1003,"name":"1004"}],"status":"available"}
"order":{"id":1,"petId":1,"customerId":1,"quantity":2004,"shipDate":"2007-01-25T00:00:00.000+00:00","status":"placed","complete":true}
"order":{"id":2,"petId":1,"customerId":1,"quantity":0,"shipDate":"2007-01-26T00:00:00.000+00:00","status":"approved","complete":false}
"order":{"id":3,"petId":2,"customerId":1,"quantity":2204,"shipDate":"2007-01-27T00:00:00.000+00:00","status":"approved","complete":true}
"order":{"id":4,"petId":2,"customerId":1,"quantity":2304,"shipDate":"2007-01-28T00:00:00.000+00:00","status":"approved","complete":false}
"order":{"id":5,"petId":1,"customerId":2,"quantity":2404,"shipDate":"2007-01-29T00:00:00.000+00:00","status":"approved","complete":true}
"order":{"id":6,"petId":4,"customerId":1,"quantity":2504,"shipDate":"2007-01-30T00:00:00.000+00:00","status":"approved","complete":false}
"customer":{"id":1,"username":"1702","address":[{"street":"1503","city":"1504","state":"1505","zip":"0"}]}
"customer":{"id":2,"username":"1802","address":[]}
"customer":{"id":3,"username":"1902","address":[{"street":"1603","city":"1604","state":"1605","zip":"1"}]}
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
"Category":{"id":1,"name":"2"}
"Category":{"id":2,"name":"102"}
"Category":{"id":3,"name":"202"}
"Pet":{"id":1,"name":"1102","category":{"id":1,"name":"2"},"photoUrls":["303"],"tags":[{"id":703,"name":"704"}],"status":"available"}
"Pet":{"id":2,"name":"1202","category":{"id":2,"name":"102"},"photoUrls":["403"],"tags":[{"id":803,"name":"804"}],"status":"pending"}
"Pet":{"id":3,"name":"1302","category":{"id":2,"name":"102"},"photoUrls":["503"],"tags":[{"id":903,"name":"904"}],"status":"sold"}
"Pet":{"id":4,"name":"1402","category":{"id":1,"name":"2"},"photoUrls":["603"],"tags":[],"status":"available"}
"Pet":{"id":5,"name":"1502","category":{"id":1,"name":"2"},"photoUrls":[],"tags":[{"id":1003,"name":"1004"}],"status":"pending"}
"Customer":{"id":1,"username":"1802","address":[{"street":"1603","city":"1604","state":"1605","zip":"0"}]}
"Customer":{"id":2,"username":"1902","address":[]}
"Customer":{"id":3,"username":"2002","address":[{"street":"1703","city":"1704","state":"1705","zip":"1"}]}
"Order":{"id":1,"petId":1,"customerId":1,"quantity":2104,"shipDate":"2007-01-26","status":"placed","complete":false}
"Order":{"id":2,"petId":1,"customerId":1,"quantity":2204,"shipDate":"2007-01-27","status":"approved","complete":true}
"Order":{"id":3,"petId":2,"customerId":1,"quantity":2304,"shipDate":"2007-01-28","status":"approved","complete":false}
"Order":{"id":4,"petId":1,"customerId":2,"quantity":2404,"shipDate":"2007-01-29","status":"approved","complete":true}
"Order":{"id":5,"petId":4,"customerId":1,"quantity":2504,"shipDate":"2007-01-30","status":"approved","complete":false}
"Order":{"id":6,"petId":5,"customerId":1,"quantity":2604,"shipDate":"2007-02-01","status":"approved","complete":true}
"Pet":{"id":1,"name":"1002","category":{"id":1,"name":"2"},"photoUrls":["303"],"tags":[{"id":603,"name":"604"},{"id":703,"name":"704"}],"status":"sold"}
"Pet":{"id":2,"name":"1102","category":{"id":2,"name":"102"},"photoUrls":["403"],"tags":[],"status":"available"}
"Pet":{"id":3,"name":"1202","category":{"id":1,"name":"2"},"photoUrls":["503"],"tags":[{"id":803,"name":"804"}],"status":"pending"}
"Pet":{"id":4,"name":"1302","category":{"id":1,"name":"2"},"photoUrls":[],"tags":[{"id":903,"name":"904"}],"status":"sold"}
"Customer":{"id":1,"username":"1602","address":[{"street":"1403","city":"1404","state":"1405","zip":"0"}]}
"Customer":{"id":2,"username":"1702","address":[]}
"Customer":{"id":3,"username":"1802","address":[{"street":"1503","city":"1504","state":"1505","zip":"0"}]}
"Order":{"id":1,"petId":1,"customerId":1,"quantity":1904,"shipDate":"2007-01-24","status":"placed","complete":false}
"Order":{"id":2,"petId":1,"customerId":1,"quantity":2004,"shipDate":"2007-01-25","status":"approved","complete":true}
"Order":{"id":3,"petId":2,"customerId":1,"quantity":2104,"shipDate":"2007-01-26","status":"approved","complete":false}
"Order":{"id":4,"petId":2,"customerId":1,"quantity":2204,"shipDate":"2007-01-27","status":"approved","complete":true}
"Order":{"id":5,"petId":1,"customerId":2,"quantity":2304,"shipDate":"2007-01-28","status":"approved","complete":false}
"Order":{"id":6,"petId":4,"customerId":1,"quantity":2404,"shipDate":"2007-01-29","status":"approved","complete":true}
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
"Category":{"id":1,"name":"2"}
"Category":{"id":2,"name":"102"}
"Category":{"id":3,"name":"202"}
"Pet":{"id":1,"name":"1102","category":{"id":1,"name":"2"},"photoUrls":["303"],"tags":[{"id":703,"name":"704"}],"status":"available"}
"Pet":{"id":2,"name":"1202","category":{"id":2,"name":"102"},"photoUrls":["403"],"tags":[{"id":803,"name":"804"}],"status":"pending"}
"Pet":{"id":3,"name":"1302","category":{"id":2,"name":"102"},"photoUrls":["603"],"tags":[],"status":"sold"}
"Pet":{"id":4,"name":"1402","category":{"id":1,"name":"2"},"photoUrls":["503"],"tags":[{"id":903,"name":"904"}],"status":"available"}
"Pet":{"id":5,"name":"1502","category":{"id":1,"name":"2"},"photoUrls":[],"tags":[{"id":1003,"name":"1004"}],"status":"pending"}
"Customer":{"id":1,"username":"1802","address":[{"street":"1603","city":"1604","state":"1605","zip":"0"}]}
"Customer":{"id":2,"username":"1902","address":[]}
"Customer":{"id":3,"username":"2002","address":[{"street":"1703","city":"1704","state":"1705","zip":"1"}]}
"Order":{"id":1,"petId":1,"customerId":1,"quantity":2104,"shipDate":"2007-01-26","status":"placed","complete":false}
"Order":{"id":2,"petId":1,"customerId":1,"quantity":0,"shipDate":"2007-01-27","status":"approved","complete":true}
"Order":{"id":3,"petId":2,"customerId":1,"quantity":0,"shipDate":"2007-01-28","status":"approved","complete":false}
"Order":{"id":4,"petId":1,"customerId":1,"quantity":0,"shipDate":"2007-01-29","status":"approved","complete":true}
"Order":{"id":5,"petId":1,"customerId":2,"quantity":2504,"shipDate":"2007-01-30","status":"approved","complete":false}
"Order":{"id":6,"petId":3,"customerId":1,"quantity":2604,"shipDate":"2007-02-01","status":"approved","complete":true}
"Order":{"id":7,"petId":5,"customerId":1,"quantity":2704,"shipDate":"2007-02-02","status":"approved","complete":false}
"Pet":{"id":1,"name":"1102","category":{"id":1,"name":"2"},"photoUrls":["303"],"tags":[{"id":603,"name":"604"},{"id":703,"name":"704"},{"id":803,"name":"804"}],"status":"available"}
"Pet":{"id":2,"name":"1202","category":{"id":2,"name":"102"},"photoUrls":["403"],"tags":[],"status":"pending"}
"Pet":{"id":3,"name":"1302","category":{"id":1,"name":"2"},"photoUrls":["503"],"tags":[{"id":903,"name":"904"}],"status":"sold"}
"Pet":{"id":4,"name":"1402","category":{"id":1,"name":"2"},"photoUrls":[],"tags":[{"id":1003,"name":"1004"}],"status":"available"}
"Customer":{"id":1,"username":"1702","address":[{"street":"1503","city":"1504","state":"1505","zip":"0"}]}
"Customer":{"id":2,"username":"1802","address":[]}
"Customer":{"id":3,"username":"1902","address":[{"street":"1603","city":"1604","state":"1605","zip":"1"}]}
"Order":{"id":1,"petId":1,"customerId":1,"quantity":2004,"shipDate":"2007-01-25","status":"placed","complete":true}
"Order":{"id":2,"petId":1,"customerId":1,"quantity":0,"shipDate":"2007-01-26","status":"approved","complete":false}
"Order":{"id":3,"petId":2,"customerId":1,"quantity":2204,"shipDate":"2007-01-27","status":"approved","complete":true}
"Order":{"id":4,"petId":2,"customerId":1,"quantity":2304,"shipDate":"2007-01-28","status":"approved","complete":false}
"Order":{"id":5,"petId":1,"customerId":2,"quantity":2404,"shipDate":"2007-01-29","status":"approved","complete":true}
"Order":{"id":6,"petId":4,"customerId":1,"quantity":2504,"shipDate":"2007-01-30","status":"approved","complete":false}
Loading

0 comments on commit 5e72ce7

Please sign in to comment.