I currently use the Google trends API and I implemented a class to integrate with its services.
As you probably know, Google trends tracks statistics which will change over time.
So, when I write a test now, after some time, it is very likely that my test will break because the statistics will change.
How can I write I test that will keep working over time and keep the quality of the class?