Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Jan 4, 2022
1 parent 7a3ab90 commit 142779b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/ocean-api/__tests__/modules/PlaygroundModule.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('regtest', () => {
await apiTesting.stop()
})

it('block count should not increment', async () => {
it('should not increment block count', async () => {
const initial = await apiTesting.rpc.blockchain.getBlockCount()

await new Promise((resolve) => {
Expand All @@ -37,7 +37,7 @@ describe('playground', () => {
await apiTesting.stop()
})

it('block count should increment', async () => {
it('should increment block count', async () => {
const initial = await apiTesting.rpc.blockchain.getBlockCount()

await waitForExpect(async () => {
Expand Down

0 comments on commit 142779b

Please sign in to comment.