Skip to content

Commit 1882efb

Browse files
test: Re-enable schema update tests
1 parent 18c449a commit 1882efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ def singer_filepath(self) -> Path:
586586
SnowflakeTargetRecordMissingKeyProperty,
587587
SnowflakeTargetRecordMissingRequiredProperty,
588588
SnowflakeTargetSchemaNoProperties,
589-
# SnowflakeTargetSchemaUpdates,
589+
SnowflakeTargetSchemaUpdates,
590590
TargetSpecialCharsInAttributes, # Implicitly asserts special chars handled
591591
SnowflakeTargetReservedWords,
592592
SnowflakeTargetReservedWordsNoKeyProps,

0 commit comments

Comments
 (0)