From 3930767a99f10d569f9e57f74be12a0d014f11d7 Mon Sep 17 00:00:00 2001 From: Clement Delafargue Date: Tue, 12 Nov 2024 10:12:16 +0100 Subject: [PATCH] rename array/map sample MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- biscuit-auth/examples/testcases.rs | 2 +- biscuit-auth/samples/README.md | 2 +- biscuit-auth/samples/samples.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/biscuit-auth/examples/testcases.rs b/biscuit-auth/examples/testcases.rs index d94d2ee0..05f44e44 100644 --- a/biscuit-auth/examples/testcases.rs +++ b/biscuit-auth/examples/testcases.rs @@ -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; diff --git a/biscuit-auth/samples/README.md b/biscuit-auth/samples/README.md index fc381727..0a69b184 100644 --- a/biscuit-auth/samples/README.md +++ b/biscuit-auth/samples/README.md @@ -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: diff --git a/biscuit-auth/samples/samples.json b/biscuit-auth/samples/samples.json index 9d355b44..1f2e3c3d 100644 --- a/biscuit-auth/samples/samples.json +++ b/biscuit-auth/samples/samples.json @@ -2841,7 +2841,7 @@ } }, { - "title": "test array and map operations (v5 blocks)", + "title": "test array and map operations", "filename": "test034_array_map.bc", "token": [ {