We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e9c490 commit c1e6b54Copy full SHA for c1e6b54
test/unit/test_notes.py
@@ -27,6 +27,7 @@ def test_note_with_image(gl_experimental: ExperimentalApi):
27
found_note = True
28
assert found_note
29
30
+
31
def test_note_with_pin(gl_experimental: ExperimentalApi):
32
name = f"Test {datetime.utcnow()}"
33
det = gl_experimental.create_detector(name, "test_query")
@@ -36,4 +37,4 @@ def test_note_with_pin(gl_experimental: ExperimentalApi):
36
37
for i in range(len(notes)):
38
if notes[i].is_pinned:
39
- assert found_note
40
+ assert found_note
0 commit comments