The generated files for integration tests aren't strictly snapshots and so `UPDATE_SNAPSHOTS=1` won't work (maybe we should make it work?). Instead you also need to `go generate ./...`. This came up in #209.
The generated files for integration tests aren't strictly snapshots and so `UPDATE_SNAPSHOTS=1` won't work (maybe we should make it work?). Instead you also need to `go generate ./...`. This came up in #209.