Skip to content

Commit

Permalink
fix: profile id test
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Sutula <hi@asutula.com>
  • Loading branch information
asutula committed Nov 5, 2020
1 parent 7869e67 commit 89f2831
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/integration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ describe("pow", () => {
expect(pow.host).equal(host)
})

it("should get profile id", async () => {
const pow = newPow()
await expectNewInstance(pow)
const res = await pow.storageProfileId()
expect(res.id).not.empty
})

describe("admin", () => {
describe("profiles", () => {
it("should create profile", async () => {
Expand Down

0 comments on commit 89f2831

Please sign in to comment.