Skip to content

Commit d644764

Browse files
Add test
1 parent 65a8dba commit d644764

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/api/devices/get.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ test("GET /devices/get with access token auth", async (t: ExecutionContext) => {
1818
})
1919

2020
t.is(device.device_id, seed.ws2.device1_id)
21+
t.truthy(device.space_ids)
2122
})

0 commit comments

Comments
 (0)