Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
magopian committed Apr 25, 2016
1 parent 734eb81 commit 788f634
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/uiSchema_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ describe("uiSchema", () => {
.eql("a");
});

it("should update state when text is updated is checked", () => {
it("should update state when text is updated", () => {
const {comp, node} = createFormComponent({schema, uiSchema, formData: {
foo: "a"
}});
Expand Down Expand Up @@ -218,7 +218,7 @@ describe("uiSchema", () => {
.eql("#151ce6");
});

it("should update state when text is updated is checked", () => {
it("should update state when text is updated", () => {
const {comp, node} = createFormComponent({schema, uiSchema, formData: {
foo: "#151ce6"
}});
Expand Down

0 comments on commit 788f634

Please sign in to comment.