Skip to content

Commit

Permalink
Add missing test dependency
Browse files Browse the repository at this point in the history
Fix test looking for wrong date type
  • Loading branch information
Brad-Edwards committed May 24, 2024
1 parent b5594dd commit 2183b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def test_init_should_succeed_with_valid_params(
assert arxiv_record.driver == driver
assert arxiv_record.arxiv_id == _arxiv_id
assert arxiv_record.title == _title
assert arxiv_record.date == _datetime
assert arxiv_record.date == _datetime.date()
assert arxiv_record.uuid is None
assert arxiv_record.created is None
assert arxiv_record.last_modified is None
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
aiokafka==0.10.0
asttokens==2.4.1
async-timeout==4.0.3
avro=1.11.3
black==24.2.0
boto3==1.33.7
botocore==1.33.7
Expand Down

0 comments on commit 2183b42

Please sign in to comment.