Skip to content

Commit 70161ec

Browse files
committed
test: fix sanity test pack format
1 parent 37e1e00 commit 70161ec

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

examples/sanity_test/beet.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
data_pack:
22
load: src
3+
pack_format: 57
34
overlays:
45
- formats:
56
min_inclusive: 48

tests/snapshots/examples__build_sanity_test__0.pack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
```json
88
{
99
"pack": {
10-
"pack_format": 48,
10+
"pack_format": 57,
1111
"description": ""
1212
},
1313
"overlays": {

0 commit comments

Comments
 (0)