From dd498647952c9fa925aeef1c435a4ddc8472bb63 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 3 Mar 2024 14:20:47 +0900 Subject: [PATCH] chore: refactor tests covert -> convert --- test/unit/command.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/command.ts b/test/unit/command.ts index c10adb81..801de6a8 100644 --- a/test/unit/command.ts +++ b/test/unit/command.ts @@ -42,7 +42,7 @@ describe("Command", () => { command.resolve(Buffer.from("foo")); }); - it("should covert result to string if replyEncoding is specified", (done) => { + it("should convert result to string if replyEncoding is specified", (done) => { const command = new Command( "get", ["foo"],