Thanks to visit codestin.com
Credit goes to github.com

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

Commit dda77e0

Browse files
committed
Test: Forgot to re-set seperator when copying new line
1 parent 903d79d commit dda77e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arrayStringMap.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ describe("Map with one object", () => {
100100
})
101101

102102
describe("Map with one object and different separator", () => {
103-
const arrayStringMap = new ArrayStringMap<TwoNumberArray, number>();
103+
const arrayStringMap = new ArrayStringMap<TwoNumberArray, number>(":");
104104
arrayStringMap.set(sampleArray1, sampleValue1);
105105
it("Map uses proper encoding underneath", () => {
106106
// @ts-ignore - this is a test, and we need to make sure the underlying item

0 commit comments

Comments
 (0)