Skip to content

Commit

Permalink
re-enable snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Nov 10, 2023
1 parent db3142e commit f16f62d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/functional/adapter/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,13 +276,12 @@ class TestDocsGenReferencesGlue(BaseDocsGenReferences):
pass


# To Dev
#class TestSnapshotCheckColsGlue(BaseSnapshotCheckCols):
# pass
class TestSnapshotCheckColsGlue(BaseSnapshotCheckCols):
pass


#class TestSnapshotTimestampGlue(BaseSnapshotTimestamp):
# pass
class TestSnapshotTimestampGlue(BaseSnapshotTimestamp):
pass

class TestTableMatGlue(BaseTableMaterialization):
pass
Expand Down

0 comments on commit f16f62d

Please sign in to comment.