Neenad Ingole

Results 6 issues of Neenad Ingole

Playwright-go uses `go 1.14` and I think we should upgrade it to go.18 or go 1.19. We don't use any of the generic or new things in the release because...

good first issue

closes #316 ``` func TestContextBeginWithTxOptions(t *testing.T) { t.Parallel() db, mock, err := New() if err != nil { t.Errorf("an error '%s' was not expected when opening a stub database connection",...