Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 5e9f5fa

Browse files
authored
tests - cli - dag - update for new test format (fix)
1 parent 7311b03 commit 5e9f5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cli/test-dag.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'use strict'
33

44
const expect = require('chai').expect
5-
const describeOnlineAndOffline = require('../utils/on-and-off')
5+
const runOnAndOff = require('../utils/on-and-off')
66

77
describe('dag', () => runOnAndOff((thing) => {
88
let ipfs

0 commit comments

Comments
 (0)