Skip to content

Commit

Permalink
chore: small change
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Nov 28, 2024
1 parent b3a8b12 commit 7f4fa3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/performance-monitor/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test('performance-monitor', (container) => {
it('basic', function (done) {
const $title = $(container).find(performanceMonitor.c('.title'))
setTimeout(() => {
expect($title.text()).to.equal('Test1')
expect($title.text()).to.equal('Test')
done()
}, 20)
})
Expand Down

0 comments on commit 7f4fa3b

Please sign in to comment.