Skip to content

Commit 375ff9e

Browse files
committed
EHN: Assign the right return type to test written
1 parent 1c2afb6 commit 375ff9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/hashFun.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe("hashFun", () => {
77
it("should return 1100101", () => {
88
expect(hashFun("a")).toBe(1100101);
99
});
10-
it("should return 1100101", () => {
10+
it("should return 1100011010100000", () => {
1111
expect(hashFun("Secret*@+-1234")).toBe(1100011010100000);
1212
});
1313
});

0 commit comments

Comments
 (0)