Description
When fuzzer generate fixed tuple it tries to create tests with empty tuple but it is wrong.
To Reproduce
Steps to reproduce the behavior:
- Run the 'pylint' project in IntelliJ Idea
- Use plugin to generate tests for function
pylint.utils.utils.get_rst_section
- Open the generated test
Expected behavior
Valid tests are supposed to be generated.
Actual behavior
Syntax warning in Intellij Idea and invalid execution
Visual proofs (screenshots, logs, images)

Description
When fuzzer generate fixed tuple it tries to create tests with empty tuple but it is wrong.
To Reproduce
Steps to reproduce the behavior:
pylint.utils.utils.get_rst_sectionExpected behavior
Valid tests are supposed to be generated.
Actual behavior
Syntax warning in Intellij Idea and invalid execution
Visual proofs (screenshots, logs, images)
