Skip to content

Commit

Permalink
additional test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 24, 2024
1 parent 8c9ad42 commit 86fa058
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('TreeExplorerTreeNode', () => {
expect(wrapper.findComponent(EditableText).props('modelValue')).toBe(
'Test Node'
)
expect(wrapper.findComponent(Badge).props()['value']).toBe(3)
expect(wrapper.findComponent(Badge).props()['value']).toBe('3')
})

it('makes node label editable when renamingEditingNode matches', async () => {
Expand Down

0 comments on commit 86fa058

Please sign in to comment.