Skip to content

Commit d6fc700

Browse files
committed
Update badge.spec.ts
1 parent dc849ad commit d6fc700

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/badge.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ test.describe('badge API', () => {
6161

6262
expect(response.status()).toBe(200)
6363
if (type === 'version') {
64-
expect(body).toContain('v3.12.0')
64+
expect(body).toContain('v3.21.0')
6565
}
6666
})
6767

0 commit comments

Comments
 (0)