Skip to content

Commit

Permalink
fix: update snapshot kind and PostgreSQL dependency
Browse files Browse the repository at this point in the history
- Add `snapshot_kind: text` to snapshots
- Change `postgresql` to `postgresql.dev` in dependencies
  • Loading branch information
iloveitaly committed Nov 13, 2024
1 parent 27d6f6d commit 5ed0486
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/snapshots/generate_plan_tests__python_django.snap
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
source: tests/generate_plan_tests.rs
expression: plan
snapshot_kind: text
---
{
"providers": [],
Expand Down Expand Up @@ -35,7 +36,7 @@ expression: plan
"name": "setup",
"nixPkgs": [
"python3",
"postgresql",
"postgresql.dev",
"gcc"
],
"nixLibs": [
Expand Down
3 changes: 2 additions & 1 deletion tests/snapshots/generate_plan_tests__python_postgres.snap
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
source: tests/generate_plan_tests.rs
expression: plan
snapshot_kind: text
---
{
"providers": [],
Expand Down Expand Up @@ -35,7 +36,7 @@ expression: plan
"name": "setup",
"nixPkgs": [
"python3",
"postgresql",
"postgresql.dev",
"gcc"
],
"nixLibs": [
Expand Down

0 comments on commit 5ed0486

Please sign in to comment.