Update gsheet_feeder references in tests.

This commit is contained in:
erinhmclark
2025-02-25 21:38:41 +00:00
parent 077b56c150
commit d775e4612e
2 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
# Note this isn't a feeder, but contained as utility of the gsheet feeder module
import pytest
from auto_archiver.modules.gsheet_feeder import GWorksheet
from auto_archiver.modules.gsheet_feeder_db import GWorksheet
class TestGWorksheet: