Skip to content

Commit

Permalink
Fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kraju3 committed Jul 24, 2024
1 parent 23f416a commit 5a8edb6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/nylas/resources/messages_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
.with(path: path, query_params: query_params)
.and_return(response)

message_response = messages.find(identifier: identifier, message_id: message_id, query_params: query_params)
message_response = messages.find(identifier: identifier, message_id: message_id,
query_params: query_params)

expect(message_response).to eq(response)
end
Expand Down

0 comments on commit 5a8edb6

Please sign in to comment.