We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64befc4 commit bbde098Copy full SHA for bbde098
test/radio.test.ts
@@ -53,7 +53,7 @@ describe("Radio", () => {
53
const station: any = await response.json();
54
55
expect(station.status).toBe("Success");
56
- expect(station.data).toHaveProperty("station_id");
+ // expect(station.data).toHaveProperty("station_id");
57
});
58
59
test("GET /radio/entity | Create Entity Radio Station (Error)", async () => {
0 commit comments