Skip to content

Commit 128e866

Browse files
committed
tests: Fix alter-sink.td test, remove unneeded code
1 parent ff30d9b commit 128e866

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/testdrive/alter-sink.td

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,3 @@ $ sleep-is-probably-flaky-i-have-justified-my-need-with-a-comment duration=10s
124124

125125
$ kafka-verify-data format=json sink=materialize.public.sink key=false
126126
{"before": null, "after": {"created_post_name": "hundred", "created_post_value": 99}}
127-
128-
> CREATE TABLE t (s text)
129-
> CREATE VIEW v AS SELECT s, 1 FROM t
130-
> ALTER SINK sink SET FROM v

0 commit comments

Comments
 (0)