| 69 | func TestRollbackOnProgramError(t *testing.T) { |
| 70 | t.Parallel() |
| 71 | type DB struct{ Val int } |
| 72 | |
| 73 | path := filepath.Join(t.TempDir(), "testrollback.json") |
| 74 | db, err := New[DB](path) |
nothing calls this directly
no outgoing calls
no test coverage detected