Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
av-mads committed Mar 15, 2024
1 parent 6d70a0e commit 4ed4c0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/selection_pile_validator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,9 @@ describe.only("validate", () => {
context("when given too many selections", () => {
const optionSelections = [
{ reference: "parent-1"},
{reference: "parent-1" },
{reference: "child-1"},
{reference: "child-2"}
{ reference: "parent-1" },
{ reference: "child-1" },
{ reference: "child-2" }
]

const selectionPile = {
Expand Down

0 comments on commit 4ed4c0e

Please sign in to comment.