Skip to content

Commit

Permalink
use a consistent sample name
Browse files Browse the repository at this point in the history
  • Loading branch information
Geal committed May 23, 2024
1 parent 54a573a commit e8a7969
Show file tree
Hide file tree
Showing 4 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 @@ -1992,7 +1992,7 @@ fn reject_if(target: &str, root: &KeyPair, test: bool) -> TestResult {
fn null(target: &str, root: &KeyPair, test: bool) -> TestResult {
let mut rng: StdRng = SeedableRng::seed_from_u64(1234);
let title = "test null".to_string();
let filename = "test30_null".to_string();
let filename = "test030_null".to_string();
let token;

let biscuit = biscuit!(
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 @@ -2466,7 +2466,7 @@ result: `Err(FailedLogic(Unauthorized { policy: Allow(0), checks: [Block(FailedB

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

## test null: test30_null.bc
## test null: test030_null.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 @@ -2279,7 +2279,7 @@
},
{
"title": "test null",
"filename": "test30_null.bc",
"filename": "test030_null.bc",
"token": [
{
"symbols": [
Expand Down
File renamed without changes.

0 comments on commit e8a7969

Please sign in to comment.