Skip to content

Commit 1c24395

Browse files
committed
Fix test
1 parent fd6d52d commit 1c24395

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/serpapi_test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ describe("getAccount", {
9090
"extra_credits",
9191
"last_hour_searches",
9292
"plan_id",
93+
"plan_monthly_price",
9394
"plan_name",
9495
"plan_searches_left",
9596
"searches_per_month",
@@ -113,6 +114,7 @@ describe("getAccount", {
113114
"extra_credits",
114115
"last_hour_searches",
115116
"plan_id",
117+
"plan_monthly_price",
116118
"plan_name",
117119
"plan_searches_left",
118120
"searches_per_month",
@@ -135,6 +137,7 @@ describe("getAccount", {
135137
"extra_credits",
136138
"last_hour_searches",
137139
"plan_id",
140+
"plan_monthly_price",
138141
"plan_name",
139142
"plan_searches_left",
140143
"searches_per_month",

0 commit comments

Comments
 (0)