Skip to content

Commit

Permalink
fix: remove permanently_closed (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoehnelt authored Sep 25, 2020
1 parent 7f43ec5 commit a7bbed4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/places/details.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ test("details should return all fields", async () => {
expect(r.data.result.icon).toBeDefined();
expect(r.data.result.international_phone_number).toBeDefined();
expect(r.data.result.name).toBeDefined();
expect(r.data.result.permanently_closed).toBeDefined();
expect(r.data.result.photos).toBeDefined();
expect(r.data.result.place_id).toBeDefined();
expect(r.data.result.plus_code).toBeDefined();
Expand Down

0 comments on commit a7bbed4

Please sign in to comment.