Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
deer-wmde committed Sep 5, 2023
1 parent 7d0e91f commit 083123c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/home.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Home from '@/components/Pages/Home/Home.vue'

describe('Home.vue', () => {
it('renders some text', () => {
const msg = 'Make your structured data available in our cloud'
const msg = 'Your own Wikibase in five minutes'
const wrapper = shallowMount(Home)
expect(wrapper.text()).toMatch(msg)
})
Expand Down

0 comments on commit 083123c

Please sign in to comment.