Skip to content

Commit c4a8661

Browse files
Update script_test.rb
1 parent 128970d commit c4a8661

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/tests/test/script_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def setup
1212

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

0 commit comments

Comments
 (0)