Skip to content

Commit

Permalink
fix: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Dec 8, 2023
1 parent 01ed5bf commit 3303f0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/test/chain.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { describe, expect, test } from '@jest/globals'
import { insertHandler, listHandler, removeHandler } from '../src/chain'

describe('CLI Chain', function () {

let initalChainId
beforeAll(async () => {
const insertResult = await insertHandler()({ name: 'boabab' })
Expand Down

0 comments on commit 3303f0c

Please sign in to comment.