Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
yu23ki14 authored and sushichan044 committed Nov 1, 2024
1 parent 6d0db1f commit c36b6d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def link_samples(link_factory: LinkFactory) -> Generator[List[Link], None, None]

@fixture
def note_samples(note_factory: NoteFactory, topic_samples: List[Topic]) -> Generator[List[Note], None, None]:
topic_samples = [t.model_copy(update={"reference_count": 0}) for t in topic_samples]
notes = [
note_factory.build(
note_id="1234567890123456781",
Expand Down

0 comments on commit c36b6d4

Please sign in to comment.