Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlassis committed Jan 16, 2025
1 parent 3bde297 commit cc8c486
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/test_charm.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2024 Ubuntu
# See LICENSE file for licensing details.

from unittest.mock import MagicMock
from unittest.mock import MagicMock, patch

import ops
import ops.testing
Expand All @@ -17,7 +17,6 @@ def harness():
yield harness
harness.cleanup()


def test_empty_repository(harness: ops.testing.Harness[GithubProfilesAutomatorCharm]):
"""Test that setting an empty string for the repository sets the status to Blocked."""
# Arrange
Expand Down

0 comments on commit cc8c486

Please sign in to comment.