Skip to content

Commit

Permalink
fix: small test issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuyk committed Dec 8, 2024
1 parent 31c3df9 commit 12e4d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utility/text.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ test("Capitalization", () => {

test("Shortening", () => {
expect(TextUtils.shorten("ashortstring")).toBe("ashortstring");
expect(TextUtils.shorten("atone1xkue6eehv8ufhsull3quz9mwguqq4pjzdqnmjf")).toBe("atone1x...jzdqnmjf");
expect(TextUtils.shorten("atone1xkue6eehv8ufhsull3quz9mwguqq4pjzdqnmjf")).toBe("atone1xk...jzdqnmjf");
});

test("Render percentages", () => {
Expand Down

0 comments on commit 12e4d2b

Please sign in to comment.