Skip to content

Commit

Permalink
fix var
Browse files Browse the repository at this point in the history
  • Loading branch information
timoweiss committed Feb 19, 2016
1 parent 9a9a53c commit b72b3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/messenger.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ test('conversations.getConversationsByUserId with invalid user_id', t => {

test('conversations.getConversationById with valid conversation_id', t => {
conversations.getConversationById(conversationFixtures.getConversationByIdWithResult, (err, responseData) => {
t.is(conversationFixtures.getConversationByIdWithResult.responseData.conversation_id, responseData.data._id);
t.is(conversationFixtures.getConversationByIdWithResult.data.conversation_id, responseData.data._id);
});
});

Expand Down

0 comments on commit b72b3b2

Please sign in to comment.