Skip to content

Commit 140de0f

Browse files
authored
Update script_test.rb
1 parent f205c66 commit 140de0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/tests/test/script_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def setup
1313
def test_deny_merge_tmp
1414
actual = @obj.rules_required_pull_request_reviews('tmp')
1515
puts @obj.get_branch_ruleset('main')
16-
puts @obj.get_branch_ruleset('tmp')
16+
puts @obj.get_branch_ruleset('tmp').class
1717
assert_not_nil(actual, 'We should not allow merge to main branch without PR')
1818
end
1919

0 commit comments

Comments
 (0)