You run a car dealership :material-car-side:. The inventory is tracked in two places: a database and a text file, each of which contain a set of Vehicle Identification Numbers (VINs).
They should have the same set of VINs (not necessarily in the same order).
Write a test that checks for discrepancies in the VINs. If differences exist, provide a useful message to the user for fixing them.