Skip to content

Commit

Permalink
fix(tests): fix SearchSelect test testing array value/defaultValue
Browse files Browse the repository at this point in the history
refs LIIKUNTA-567 (SearchSelect test)
  • Loading branch information
karisal-anders committed Oct 25, 2023
1 parent b4914c0 commit a9022ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ describe('SearchSelect', () => {
(field) => {
expect(() =>
render(<SearchSelect label="label" options={[]} {...{ [field]: [] }} />)
).toThrow(/must be a singleton/);
).toThrow(/must be singletons/);
}
);

Expand Down

0 comments on commit a9022ce

Please sign in to comment.