Skip to content

Commit 541d762

Browse files
committed
fixup
1 parent 52f668d commit 541d762

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cardano-db-sync/test/Cardano/DbSync/Config/TypesTest.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ genDefaultJson =
139139
"script_hashes": null
140140
},
141141
"governance": "enable",
142-
"offchain_pool_data": "enable",
142+
"offchain_pool_data": "disable",
143143
"json_type": "text"
144144
}
145145
|]
@@ -166,7 +166,7 @@ genDefaultJson =
166166
"enable": true
167167
},
168168
"governance": "enable",
169-
"offchain_pool_data": "enable",
169+
"offchain_pool_data": "disable",
170170
"json_type": "text"
171171
}
172172
|]

0 commit comments

Comments
 (0)