Add another missing analyzer tag to test

This commit is contained in:
Simon Binder 2020-01-23 17:16:14 +01:00
parent 051519bc73
commit 845d32471c
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 1 additions and 1 deletions

View File

@ -46,6 +46,6 @@ class Database {
allOf(contains('b.moor'), contains('file does not exist')), allOf(contains('b.moor'), contains('file does not exist')),
)), )),
); );
}); }, tags: 'analyzer');
}); });
} }