Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yuzelin committed Jan 2, 2025
1 parent 662da7a commit 6e26074
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void testExpireTagsByTagCreateTimeAndTagTimeRetained() throws Exception {
() ->
sql(
"CALL sys.replace_tag(`table` => 'default.T', tag => 'test_tag')"))
.hasMessageContaining("Tag name 'test_tag' does not exist.");
.hasMessageContaining("Tag 'test_tag' doesn't exist.");

sql("CALL sys.create_tag(`table` => 'default.T', tag => 'test_tag')");
assertThat(sql("select tag_name,snapshot_id,time_retained from `T$tags`"))
Expand Down

0 comments on commit 6e26074

Please sign in to comment.