diff --git a/README.md b/README.md index 54df5c3..5b1fb68 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,6 @@ Example: ```javascript test('@tag should have a tag at the beginning of the test title', () => { - ReportingApi.addAttributes([{ key: 'title', value: 'tag' }]); expect(true).toBe(true); });