Skip to content

Commit

Permalink
rename array/map sample
Browse files Browse the repository at this point in the history
It is not v5 blocks, it’s v6 blocks, and other v6 samples don’t mention the block version (samples will later be split by minimum datalog version)
  • Loading branch information
divarvel committed Nov 12, 2024
1 parent cce0630 commit 3930767
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion biscuit-auth/examples/testcases.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2211,7 +2211,7 @@ fn type_of(target: &str, root: &KeyPair, test: bool) -> TestResult {

fn array_map(target: &str, root: &KeyPair, test: bool) -> TestResult {
let mut rng: StdRng = SeedableRng::seed_from_u64(1234);
let title = "test array and map operations (v5 blocks)".to_string();
let title = "test array and map operations".to_string();
let filename = "test034_array_map".to_string();
let token;

Expand Down
2 changes: 1 addition & 1 deletion biscuit-auth/samples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3042,7 +3042,7 @@ result: `Ok(0)`

------------------------------

## test array and map operations (v5 blocks): test034_array_map.bc
## test array and map operations: test034_array_map.bc
### token

authority:
Expand Down
2 changes: 1 addition & 1 deletion biscuit-auth/samples/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -2841,7 +2841,7 @@
}
},
{
"title": "test array and map operations (v5 blocks)",
"title": "test array and map operations",
"filename": "test034_array_map.bc",
"token": [
{
Expand Down

0 comments on commit 3930767

Please sign in to comment.