Skip to content

Commit

Permalink
Merge pull request #2472 from demergent-labs/stable_b_tree_map_prop_t…
Browse files Browse the repository at this point in the history
…est_fix

Stable b tree map prop test fix
  • Loading branch information
lastmjs authored Jan 9, 2025
2 parents 94d6a87 + e6b4818 commit ad87115
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/get_exclude_dirs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,18 @@ runs:
UNSTABLE_EXCLUSIONS="${{ format('
examples/experimental/demo/bitcoin_psbt
examples/stable/test/end_to_end/candid_rpc/multi_deploy
examples/stable/test/property/candid_rpc/stable_b_tree_map
examples/stable/test/property/ic_api/performance_counter
examples/experimental/test/end_to_end/http_server/http_outcall_fetch
examples/experimental/test/end_to_end/http_server/ic_evm_rpc
examples/experimental/test/end_to_end/http_server/multi_deploy
examples/experimental/test/property/candid_rpc/stable_b_tree_map
') }}"
SLOW_EXCLUSIONS="${{ format('
examples/experimental/demo/basic_bitcoin
examples/experimental/demo/ckbtc
examples/stable/test/end_to_end/candid_rpc/bitcoin
examples/stable/test/end_to_end/candid_rpc/stable_structures
examples/stable/test/property/candid_rpc/stable_b_tree_map
examples/experimental/test/end_to_end/candid_rpc/bitcoin
examples/experimental/test/end_to_end/candid_rpc/composite_queries
examples/experimental/test/end_to_end/candid_rpc/ckbtc
Expand All @@ -50,6 +49,7 @@ runs:
examples/experimental/test/end_to_end/http_server/autoreload
examples/experimental/test/end_to_end/http_server/large_files
examples/experimental/test/end_to_end/http_server/open_value_sharing
examples/experimental/test/property/candid_rpc/stable_b_tree_map
') }}"
EXCLUDE_DIRS=""
Expand Down
2 changes: 1 addition & 1 deletion test/property/arbitraries/stable_b_tree_map_arb.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export function StableBTreeMapArb(
UniqueIdentifierArb('globalNames'),
createUniquePrimitiveArb(
fc.nat({
max: 254
max: 253
})
)
)
Expand Down

0 comments on commit ad87115

Please sign in to comment.