Skip to content

Commit

Permalink
enable some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akostadinov committed May 10, 2024
1 parent 52b8d36 commit f566ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/proxy_rule_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def test_tracks_changes_on_create
end
end

def tracks_changes_on_update
def test_tracks_changes_on_update
proxy_rule = create_proxy_rule
tracked_object = ProxyConfigAffectingChanges::TrackedObject.new(proxy_rule)

Expand All @@ -247,7 +247,7 @@ def tracks_changes_on_update
end
end

def tracks_changes_on_destroy
def test_tracks_changes_on_destroy
proxy_rule = create_proxy_rule
tracked_object = ProxyConfigAffectingChanges::TrackedObject.new(proxy_rule)

Expand Down

0 comments on commit f566ca7

Please sign in to comment.