Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Refactor: test failing in PR workflow
  • Loading branch information
cxcarvaj committed Mar 9, 2022
commit b3e756fc144648a091e5c4f48f0c822ce8c71322
2 changes: 1 addition & 1 deletion tests/time_tracker_api/activities/activities_model_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def test__find_all_from_blob_storage__return_list__when_send_event_context_and_c
event_context=event_context,
file_name="activity_test.json"
)
assert len(result) == 0
assert len(result) == 15

def test__find_all_from_blob_storage__return_empty_list__when_send_event_context_and_incorrect_file_name(
event_context: EventContext,
Expand Down