delete test

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2658>
This commit is contained in:
Petitminion 2024-01-03 16:46:12 +01:00 committed by Ciarán Ainsworth
parent 37acfa475d
commit 5bc0171694
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
import datetime
import logging
import pylistenbrainz
import pytest
from django.utils import timezone
from funkwhale_api.contrib.listenbrainz import tasks
from funkwhale_api.history import models as history_models
def test_trigger_listening_sync_with_listenbrainz():
# to do
pass