
Assigning to `fixture` means that the change to the fixture can leak out to other tests, so we assign to a temporary variable instead.
Assigning to `fixture` means that the change to the fixture can leak out to other tests, so we assign to a temporary variable instead.