Skip to content

Commit 40f2aa8

Browse files
committed
up
1 parent 5b2011b commit 40f2aa8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/e2e/badge.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ test.describe('badge API', () => {
150150
const url = toLocalUrl(baseURL, '/api/registry/badge/version/nuxt?color=CCC')
151151
const { body } = await fetchBadge(page, url)
152152

153-
expect(body).toContain('fill="#000000">version')
154-
expect(body).toContain('fill="#ffffff">v')
153+
expect(body).toContain('fill="#ffffff">version')
154+
expect(body).toContain('fill="#000000">v')
155155
})
156156

157157
test('custom label parameter is applied to SVG', async ({ page, baseURL }) => {

0 commit comments

Comments
 (0)