Skip to content

Commit

Permalink
updating LICENSE and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayaan Hossain committed Nov 3, 2024
1 parent c44e7dc commit e136b2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019-2022 Ayaan Hossain
Copyright (c) 2019-2024 Ayaan Hossain

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions tests/test_ShareDB.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,8 @@ def test_random_multipopitem(total):
assert len(myDB) == max(0, prev_len - num_items)

# multiremove that raises Exception
with pytest.raises(Exception) as error:
myDB.multiremove([None]*factor)
with pytest.raises(Exception) as _:
myDB.multiremove([None]*total)

clean_myDB_resources(myDB)

Expand Down

0 comments on commit e136b2f

Please sign in to comment.