We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f205c66 commit 140de0fCopy full SHA for 140de0f
.github/tests/test/script_test.rb
@@ -13,7 +13,7 @@ def setup
13
def test_deny_merge_tmp
14
actual = @obj.rules_required_pull_request_reviews('tmp')
15
puts @obj.get_branch_ruleset('main')
16
- puts @obj.get_branch_ruleset('tmp')
+ puts @obj.get_branch_ruleset('tmp').class
17
assert_not_nil(actual, 'We should not allow merge to main branch without PR')
18
end
19
0 commit comments