blob: c7efb1789518085d735532ffc5df47166d2281b5 [file] [log] [blame]
>>>
it('should complete with an error if the name or website is null or both '
'are unchanged', async(() {
ICouldDoAnything();
}));
<<<
it(
'should complete with an error if the name or website is null or both '
'are unchanged',
async(() {
ICouldDoAnything();
}),
);