Skip to content

Commit

Permalink
Fix test folder name in issue template (DiceDB#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
vnayakg authored Sep 29, 2024
1 parent 9302d60 commit 085002b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/report_command_bug.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ This issue will be considered resolved when the following things are done
1. changes in the [`dice`](https://github.com/dicedb/dice) code to meet the expected behavior
2. addition of relevant test case to ensure we catch the regression

You can find the tests under the `tests` directory of the [`dice`](https://github.com/dicedb/dice) repository and the steps to run are in the [README file](https://github.com/dicedb/dice). Refer to the following links to set up DiceDB and Redis 7.2.5 locally
You can find the tests under the `integration_tests` directory of the [`dice`](https://github.com/dicedb/dice) repository and the steps to run are in the [README file](https://github.com/dicedb/dice). Refer to the following links to set up DiceDB and Redis 7.2.5 locally

- [setup DiceDB locally](https://github.com/dicedb/dice)
- [setup Redis 7.2.5 locally](https://gist.github.com/arpitbbhayani/94aedf279349303ed7394197976b6843)
Expand Down

0 comments on commit 085002b

Please sign in to comment.