Skip to content

Commit

Permalink
renamed: test/main.jsonnet -> test/test-cases.jsonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
pszulc1 committed Jul 17, 2024
1 parent 158bf26 commit f03c579
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ docs:

.PHONY: test
test:
@jsonnet -J . -J vendor test/main.jsonnet
@jsonnet -J . -J vendor test/test-cases.jsonnet
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Test cases are not comprehensive, they should rather be treated as proof of conc

To close the new release:

- set `(import 'global.json').version` consistently with the new release tag,
- set `(global.json).version` consistently with the new release tag,
- `make docs` to update reference to version tag which was set as above.

## Project status
Expand Down
2 changes: 1 addition & 1 deletion test/main.jsonnet → test/test-cases.jsonnet
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local test = import '../vendor/testonnet/main.libsonnet';
local test = import 'testonnet/main.libsonnet';

local params = {

Expand Down

0 comments on commit f03c579

Please sign in to comment.