Skip to content

Commit

Permalink
Revert "ci(#49): seed a test failure"
Browse files Browse the repository at this point in the history
This reverts commit 351d7ce.
  • Loading branch information
bryant-finney committed Dec 23, 2023
1 parent 87fa776 commit 550b00d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_nested_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
# stdlib
from typing import Any

# third party
import pytest

# local
from pyspry.nested_dict import NestedDict

Expand All @@ -16,4 +13,3 @@ def test_nested_dict_keys(configuration: dict[str, Any]) -> None:
nested_dict = NestedDict(configuration)
assert "APP_NAME_ATTR_B_K" in list(nested_dict.keys())
assert "APP_NAME" not in list(nested_dict.keys())
pytest.fail("seeded test failure")

0 comments on commit 550b00d

Please sign in to comment.