Skip to content

Commit

Permalink
version number unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mg98 committed Oct 16, 2024
1 parent 067bdb5 commit 90b8b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tribler/test_unit/core/recommender/test_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_add_query(self) -> None:

self.assertEqual(1, size)
self.assertEqual(1, result.rowid)
self.assertIsInstance(result.version, int)
self.assertEqual(1, result.version)
self.assertEqual('{"key":"value"}', result.json)

def test_get_total_queries(self) -> None:
Expand Down

0 comments on commit 90b8b43

Please sign in to comment.