Skip to content

Commit 6bff7d0

Browse files
committed
fix test naming
1 parent d83a39f commit 6bff7d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chartlets.js/src/lib/actions/helpers/applyStateChangeRequests.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ describe("Test that applyComponentStateChange()", () => {
114114
expect(newState).toBe(componentTree);
115115
});
116116

117-
it("replaces state if no property given", () => {
117+
it("replaces state if property is empty string", () => {
118118
const value: BoxState = {
119119
type: "Box",
120120
id: "b1",

0 commit comments

Comments
 (0)