Skip to content

Commit ff089e1

Browse files
committed
tests: Update import
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
1 parent df27071 commit ff089e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import test from "ava"
22
import { Headers } from "node-fetch"
33
import { encode } from "iconv-lite"
44
import _ from "lodash"
5-
import convertBody from "./src"
5+
import { convertBody } from "./src"
66

77
test("should support encoding decode, xml dtd detect", (t) => {
88
const text = "<?xml version=\"1.0\" encoding=\"EUC-JP\"?><title>日本語</title>"

0 commit comments

Comments
 (0)