Skip to content

Commit

Permalink
Merge branch 'denyhosts:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
josev814 authored Dec 20, 2023
2 parents 5e4f7df + 8027454 commit f304a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def setUp(self):
self.prefs = Prefs()
self.prefs._Prefs__data['WORK_DIR'] = ospj(dirname(__file__), 'data/sync/dynamic')
self.sync = Sync(self.prefs)
self.value = randint(0, 1e9)
self.value = randint(0, int(1e9))

def test_set_sync_timestamp(self):
self.sync.set_sync_timestamp(str(self.value))
Expand Down

0 comments on commit f304a89

Please sign in to comment.