Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed May 22, 2017
1 parent ce7608f commit 2d950f2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions lighthouse-core/test/lib/traces/tracing-processor-test.js
Expand Up @@ -49,16 +49,16 @@ describe('TracingProcessor lib', () => {
assert.doesNotThrow(_ => {
new TracingProcessor().init([
{
"pid": 15256,
"tid": 1295,
"ts": 668545368880,
"ph": "e",
"id": "fake-event",
"cat": "blink.user_timing",
"name": "Zone:ZonePromise",
"dur": 64,
"tdur": 61,
"tts": 881373
'pid': 15256,
'tid': 1295,
'ts': 668545368880,
'ph': 'e',
'id': 'fake-event',
'cat': 'blink.user_timing',
'name': 'Zone:ZonePromise',
'dur': 64,
'tdur': 61,
'tts': 881373
},
]);
});
Expand Down

0 comments on commit 2d950f2

Please sign in to comment.