fix tests

Signed-off-by: Kiss Miklos <miklos@roadie.io>
This commit is contained in:
Kiss Miklos
2022-07-05 18:21:21 +02:00
parent 7c85fa3aa3
commit 990d448055
2 changed files with 1 additions and 2 deletions
@@ -526,7 +526,7 @@ describe('Default Processing Database', () => {
.select();
expect(refreshKeys[0]).toEqual({
entity_ref: 'location:default/fakelocation',
entity_id: id,
key: 'protocol:foo-bar.com',
});
},
@@ -382,7 +382,6 @@ describe('PlaceholderProcessor', () => {
{ type: 'fake', target: 'http://example.com' },
result => emitted.push(result),
);
console.log(emitted);
expect(emitted[0]).toEqual({
type: 'refresh',
key: 'url:http://example.com/path-to-file.json',