Skip to content
This repository was archived by the owner on Feb 15, 2023. It is now read-only.

Commit e5d22a7

Browse files
committed
WIP
1 parent c10c99b commit e5d22a7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/backends/mongoose_test.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,10 +330,7 @@ describe('Backend', function() {
330330
var activity = tweet.createActivity();
331331
tweet.getStreamBackend().serializeActivities([activity]);
332332

333-
activity.should.have.property(
334-
'actor',
335-
'User:' + tweet.actor._id,
336-
);
333+
activity.should.have.property('actor', 'User:' + tweet.actor._id);
337334
activity.should.have.property('object', 'Tweet:' + tweet._id);
338335
});
339336
});

0 commit comments

Comments
 (0)