Skip to content

Commit 99fc295

Browse files
Update test_client.py
1 parent 75b22a2 commit 99fc295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ def test_files_import():
438438
)
439439

440440

441-
current_timestamp = str(time.time_ns())
441+
current_timestamp = str(uuid.uuid4)[-9:]
442442

443443

444444
def test_list_teammates():

0 commit comments

Comments
 (0)