Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
callemand committed Oct 13, 2023
1 parent d5e726a commit 80d62c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/test/lib/scene/scene.get.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ describe('SceneManager.get', () => {
it('should search scene by tag', async () => {
const sceneManager = new SceneManager({}, event);
const scenes = await sceneManager.get({
search: 'tag 1',
searchTags: 'tag 1',
});
expect(scenes).to.be.instanceOf(Array);
expect(scenes).to.deep.equal([
Expand Down

0 comments on commit 80d62c9

Please sign in to comment.