Skip to content

Commit db9a76c

Browse files
committed
Merge branch 'refs/heads/forman-38-replace_components' into forman-x-create_stable_component_state_handlers
2 parents e2608a6 + 6bff7d0 commit db9a76c

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)