Indiana holds the address most likely to be rejected by a well-meaning validator: 47579, Santa Claus, Spencer County — the only place named Santa Claus in the entire US postal dataset. It is a real town of a few thousand people, its name is on every piece of mail it receives, and it is a perfect one-row test for any system that tries to be clever about plausibility. French Lick, two counties over, serves the same purpose. The lesson generalises: a place name that reads like test data is not evidence of test data, and rejecting inputs for looking fake is how real customers get locked out.
Structurally the state is tidy in exactly the way its neighbours are not. Indiana's 20 prefixes run 460 through 479 without a gap, which puts it among the 25 of 51 state-level jurisdictions a validator can express as a single contiguous range — while Illinois next door needs a set. All 63 of Indianapolis's codes sit inside one prefix, 462, so the capital is unusually easy to fence; the largest prefixes by code count are actually 479 around Lafayette and 469 around Kokomo, territory beating population as usual.
The county layer is where Indiana earns a place in a fixture set: 92 counties over 968 codes is about 10.5 codes per county, in the same thin-rows family as Georgia. County-keyed logic — Indiana's income tax has a county component, every one of the 92 counties sets its own rate on top of the flat state rate — therefore touches many small groups, and sampling three metro addresses tests almost none of them. If your payroll or tax logic keys on an Indiana county, the fixture needs breadth, not depth.
That county income tax is worth spelling out because it is the opposite failure mode from the sales-tax states. Indiana's state income tax is flat, but the county adds its own rate, withheld based on the employee's county of residence or work as of January 1. A generated Indiana address therefore pins more than a mailing route: in payroll tests it selects which county rate applies, which is precisely the kind of quiet coupling between address and money that fixtures exist to exercise.