Skip to content

Commit 10bc1a7

Browse files
committed
update
1 parent 9e33e7d commit 10bc1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def test_label_export(configured_project_with_label):
3131
exported_labels = requests.get(exported_labels_url)
3232
labels = [example['ID'] for example in exported_labels.json()]
3333
assert labels[0] == label_id
34-
# TODO: Add test for bulk export back.
34+
#TODO: Add test for bulk export back.
3535
# The new exporter doesn't work with the create_label mutation
3636

3737

0 commit comments

Comments
 (0)