Skip to content

Commit

Permalink
Fixes to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel2392 committed Apr 16, 2024
1 parent f0fdf38 commit 6d5983c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = wagtail_fedit
version = 1.5.1a1
version = 1.5.1a2
description = Frontend editing for your Wagtail site
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
1 change: 1 addition & 0 deletions wagtail_fedit/test/core/tests/test_adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
class TestAdapter(BaseAdapter):
identifier = "test"
required_kwargs = ["test"]
js_constructor = "wagtail_fedit.ThisDoesntGetUsedAnyways"

def __init__(self, object: Model, field_name: str, request: HttpRequest, **kwargs):
super().__init__(object, field_name, request, **kwargs)
Expand Down

0 comments on commit 6d5983c

Please sign in to comment.