Skip to content

Commit f205c66

Browse files
authored
Update script_test.rb
1 parent 904a818 commit f205c66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/tests/test/script_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ def setup
1212

1313
def test_deny_merge_tmp
1414
actual = @obj.rules_required_pull_request_reviews('tmp')
15-
puts @obj.get_branch_ruleset('main').parameters
16-
puts @obj.get_branch_ruleset('tmp').patameters
15+
puts @obj.get_branch_ruleset('main')
16+
puts @obj.get_branch_ruleset('tmp')
1717
assert_not_nil(actual, 'We should not allow merge to main branch without PR')
1818
end
1919

0 commit comments

Comments
 (0)