DanielaSfregola / twitter4s

An asynchronous non-blocking Scala client for both the Twitter Rest and Streaming API
Apache License 2.0
256 stars 101 forks source link

Explicitly name Tweet and User expansions #415

Closed ConnorSinnott closed 2 years ago

ConnorSinnott commented 2 years ago

👋 Another PR here to rename TweetExpansions.Expansions and UserExpansions.Expansions to match their parent object.

This naming mistake was made earlier on and creates situations where the import needs to be renamed as to not conflict with its counterpart.

ConnorSinnott commented 2 years ago

Thank you @DanielaSfregola! With this merged I've rebased and resolved conflicts for PR #414 which splits query building tests from deserailization tests.