Skip to content

Commit

Permalink
Tear down testpgx instances (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcspragu authored Jan 22, 2024
1 parent 8b1a5af commit 4083562
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"fmt"
"log"
"os"

"github.com/Silicon-Ally/testpgx"
"github.com/Silicon-Ally/testpgx/migrate"
Expand Down Expand Up @@ -42,5 +41,4 @@ func main() {
fmt.Printf(result)
return nil
})
os.Exit(0)
}
2 changes: 0 additions & 2 deletions db/sqldb/golden/regen/schemadump/schemadump.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"fmt"
"log"
"os"

"github.com/Silicon-Ally/testpgx"
"github.com/Silicon-Ally/testpgx/migrate"
Expand Down Expand Up @@ -42,5 +41,4 @@ func main() {
fmt.Printf(result)
return nil
})
os.Exit(0)
}

0 comments on commit 4083562

Please sign in to comment.