Skip to content

Commit

Permalink
Source Faker: fix expected records (#26351)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yermilov-gl committed May 23, 2023
1 parent 5a4c2c4 commit 13cacdb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{"stream": "users", "data": {"id": 2, "created_at": "2000-12-15T08:46:51+00:00", "updated_at": "2015-01-29T12:27:38+00:00", "name": "Orville", "title": "Miss", "age": 30, "email": "recipes2070+2@yahoo.com", "telephone": "994.991.6727", "gender": "Other", "language": "Montenegrin", "academic_degree": "PhD", "nationality": "Costa Rican", "occupation": "Optical Advisor", "height": "1.64", "blood_type": "AB\u2212", "weight": 70, "address": {"street_number": "1000", "street_name": "Avenue E", "city": "Wilkinsburg", "state": "Missouri", "province": "Nevada", "postal_code": "67628", "country_code": "MT"}}, "emitted_at": 1683605758599}
{"stream": "users", "data": {"id": 3, "created_at": "2017-01-31T12:43:13+00:00", "updated_at": "2018-02-11T00:01:01+00:00", "name": "Rachell", "title": "M.A.", "age": 21, "email": "assets1924+3@protonmail.com", "telephone": "+1-(118)-374-3865", "gender": "Female", "language": "Dutch", "academic_degree": "PhD", "nationality": "Danish", "occupation": "Aeronautical Engineer", "height": "1.89", "blood_type": "AB+", "weight": 63, "address": {"street_number": "210", "street_name": "Lysette", "city": "Arlington Heights", "state": "Alaska", "province": "Alaska", "postal_code": "60869", "country_code": "QA"}}, "emitted_at": 1683605758599}
{"stream": "purchases", "data": {"id": 1, "product_id": 8, "user_id": 1, "added_to_cart_at": "2003-02-23T11:53:10+00:00", "purchased_at": "2011-03-30T11:53:10+00:00", "returned_at": null}, "emitted_at": 1683605758786}
{"stream": "purchases", "data": {"id": 2, "product_id": 95, "user_id": 2, "added_to_cart_at": "2022-08-08T13:40:25+00:00", "purchased_at": "2022-12-14T13:40:25+00:00", "returned_at": null}, "emitted_at": 1683605758786}
{"stream": "purchases", "data": {"id": 3, "product_id": 28, "user_id": 3, "added_to_cart_at": "2021-09-06T00:23:29+00:00", "purchased_at": "2023-04-24T00:23:29+00:00", "returned_at": null}, "emitted_at": 1683605758786}
{"stream": "purchases", "data": {"id": 2, "product_id": 95, "user_id": 2, "added_to_cart_at": "2023-05-20T13:40:25+00:00", "purchased_at": null, "returned_at": null}, "emitted_at": 1683605758786}
{"stream": "purchases", "data": {"id": 3, "product_id": 40, "user_id": 3, "added_to_cart_at": "2013-09-18T00:23:29+00:00", "purchased_at": null, "returned_at": null}, "emitted_at": 1683605758786}
{"stream": "products", "data": {"id": 1, "make": "Mazda", "model": "MX-5", "year": 2008, "price": 2869, "created_at": "2022-02-01T17:02:19+00:00"}, "emitted_at": 1682937993845}
{"stream": "products", "data": {"id": 2, "make": "Mercedes-Benz", "model": "C-Class", "year": 2009, "price": 42397, "created_at": "2021-01-25T14:31:33+00:00"}, "emitted_at": 1682937993846}
{"stream": "products", "data": {"id": 3, "make": "Honda", "model": "Accord Crosstour", "year": 2011, "price": 63293, "created_at": "2021-02-11T05:36:03+00:00"}, "emitted_at": 1682937993846}

0 comments on commit 13cacdb

Please sign in to comment.