mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
11 lines
180 B
Python
11 lines
180 B
Python
import dynamo
|
|
import unittest
|
|
|
|
TEST_FEED = '86qZ'
|
|
|
|
|
|
class TestUpdater(unittest.TestCase):
|
|
@unittest.skip
|
|
def test_update_feed(self):
|
|
dynamo._update_feed(TEST_FEED)
|