Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
Fix Travis CI black failure for number formatting
Browse files Browse the repository at this point in the history
* This failure didn't show up locally, just on Travis
  • Loading branch information
Latent-Logic committed Nov 27, 2018
1 parent 3ba3637 commit b11f96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plugin_slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ async def query(*args, **kwargs):
"is_restricted": False,
"is_ultra_restricted": False,
"is_bot": True,
"updated": 1502138686,
"updated": 1_502_138_686,
"is_app_user": False,
"has_2fa": False,
},
Expand Down

0 comments on commit b11f96a

Please sign in to comment.