Skip to content

Commit 3ae19cd

Browse files
committed
fmt
1 parent 50ea83c commit 3ae19cd

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

tests/client/test_githubclient.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import httpx
22
import pytest
3-
from freezegun import freeze_time
43
from pytest_httpx import HTTPXMock
54

65
from nodestream_github.client.githubclient import (

tests/test_audit.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,16 @@ async def test_get_audit_parameterized(
139139
(
140140
{"days": 7},
141141
"action:protected_branch.create created:2025-07-25",
142-
["2025-07-25", "2025-07-26", "2025-07-27", "2025-07-28", "2025-07-29", "2025-07-30", "2025-07-31", "2025-08-01"],
142+
[
143+
"2025-07-25",
144+
"2025-07-26",
145+
"2025-07-27",
146+
"2025-07-28",
147+
"2025-07-29",
148+
"2025-07-30",
149+
"2025-07-31",
150+
"2025-08-01",
151+
],
143152
),
144153
(
145154
{"months": 2},

0 commit comments

Comments
 (0)