Skip to content

Commit

Permalink
feat(nimbus): format
Browse files Browse the repository at this point in the history
  • Loading branch information
yashikakhurana committed Dec 24, 2024
1 parent b4a0153 commit c83735d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions experimenter/experimenter/nimbus_ui_new/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1359,6 +1359,8 @@ def test_cancel_review(self):
self.assertEqual(self.experiment.status_next, NimbusExperiment.Status.DRAFT)
self.assertEqual(
self.experiment.publish_status, NimbusExperiment.PublishStatus.IDLE
)


class TestAudienceUpdateView(AuthTestCase):
def test_get_renders_page(self):
Expand Down

0 comments on commit c83735d

Please sign in to comment.