We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4a8661 + 9baa3bd commit ff2b255Copy full SHA for ff2b255
1 file changed
.github/tests/test/script_test.rb
@@ -12,7 +12,7 @@ def setup
12
13
def test_deny_merge_tmp
14
actual = @obj.rules_required_pull_request_reviews('tmp')
15
- @obj.get_all_ruleset_details()
+ @obj.get_all_ruleset_details
16
assert_not_nil(actual, 'We should not allow merge to main branch without PR')
17
end
18
0 commit comments