Skip to content

Commit

Permalink
blacked
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechromancer committed Jul 28, 2024
1 parent ec7e664 commit 8e45cb3
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions bbot/test/test_step_2/module_tests/test_module_neo4j.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ async def setup_before_prep(self, module_test):
class MockResult:
async def data(s):
self.neo4j_used = True
return [{
"neo4j_id": "4:ee79a477-5f5b-445a-9def-7c051b2a533c:115",
"event_id": "DNS_NAME:c8fab50640cb87f8712d1998ecc78caf92b90f71",
}]
return [
{
"neo4j_id": "4:ee79a477-5f5b-445a-9def-7c051b2a533c:115",
"event_id": "DNS_NAME:c8fab50640cb87f8712d1998ecc78caf92b90f71",
}
]

class MockSession:
async def run(s, *args, **kwargs):
Expand Down

0 comments on commit 8e45cb3

Please sign in to comment.