Skip to content

Commit 8682fde

Browse files
Fix tester formatting - inline method calls
1 parent 16b9585 commit 8682fde

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

services/github/github-branches.tester.js

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ import { createServiceTester } from '../tester.js'
33

44
export const t = await createServiceTester()
55

6-
t.create('Branches')
7-
.get('/badges/shields.json')
8-
.expectBadge({
9-
label: 'branches',
10-
message: isMetric,
11-
color: 'blue',
12-
})
6+
t.create('Branches').get('/badges/shields.json').expectBadge({
7+
label: 'branches',
8+
message: isMetric,
9+
color: 'blue',
10+
})
1311

1412
t.create('Branches (repo not found)').get('/badges/helmets.json').expectBadge({
1513
label: 'branches',

0 commit comments

Comments
 (0)