Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jul 24, 2024
1 parent 703be58 commit fe25ff5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tests/v2_schema_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2869,7 +2869,13 @@ fn valid_v2_distribution() -> Value {
"url": "https://rfcs.pgxn.org/0003-meta-spec-v2.html"
},
"classifications": {
"tags": [ "testing", "unit testing", "tap", "tddd", "test driven database development" ],
"tags": [
"testing",
"unit testing",
"tap",
"tddd",
"test driven database development"
],
"categories": [ "Tooling and Admin" ]
}
})
Expand Down

0 comments on commit fe25ff5

Please sign in to comment.