From 434d4a837f4ec1913844be7e9e4274c9000a5abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Aguiar?= Date: Mon, 28 Aug 2023 08:33:35 -0400 Subject: [PATCH] chore: make test example easier to find The test example was included in a collapsable panel, which made it more difficult to find/link to it. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index dbe1eb8..38a0bb7 100644 --- a/README.md +++ b/README.md @@ -432,8 +432,7 @@ fga model **test** * `--tests`: Name of the tests file. Must be in yaml format (see below) * `--verbose`: Outputs the results in JSON -
-The format of the test file +The test file should have the following format: ```yaml --- @@ -474,7 +473,6 @@ fga model **test** can_write: [] can_share: [] ``` -
###### Example `fga model test --tests tests.fga.yaml`