Skip to content

Commit

Permalink
Fix typos in validator test schema
Browse files Browse the repository at this point in the history
  • Loading branch information
pkalita-lbl committed Dec 6, 2023
1 parent 05f1e87 commit 3c6bd0f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/Validator.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ const SCHEMA = {
range: 'string',
},
present_or_absent_string: {
name: 'conditional_string',
name: 'present_or_absent_string',
range: 'string',
},
},
Expand Down Expand Up @@ -312,7 +312,7 @@ const SCHEMA = {
},
postconditions: {
slot_conditions: {
a_big_number: {
a_small_number: {
name: 'a_small_number',
required: true,
},
Expand All @@ -326,9 +326,9 @@ const SCHEMA = {
Numbers: {
name: 'Numbers',
permissible_values: {
one: { text: 'One' },
two: { text: 'Two' },
three: { text: 'Three' },
One: { text: 'One' },
Two: { text: 'Two' },
Three: { text: 'Three' },
},
},
},
Expand Down

0 comments on commit 3c6bd0f

Please sign in to comment.