Skip to content

Commit

Permalink
chore : change StateTags name in StateInternalsTest
Browse files Browse the repository at this point in the history
  • Loading branch information
twosom committed Dec 5, 2024
1 parent 148ee8e commit 2c06551
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public abstract class StateInternalsTest {
private static final StateTag<SetState<String>> STRING_SET_ADDR =
StateTags.set("stringSet", StringUtf8Coder.of());
private static final StateTag<OrderedListState<String>> STRING_ORDERED_LIST_ADDR =
StateTags.orderedList("stringSet", StringUtf8Coder.of());
StateTags.orderedList("stringOrderedList", StringUtf8Coder.of());
private static final StateTag<MapState<String, Integer>> STRING_MAP_ADDR =
StateTags.map("stringMap", StringUtf8Coder.of(), VarIntCoder.of());
private static final StateTag<WatermarkHoldState> WATERMARK_EARLIEST_ADDR =
Expand Down

0 comments on commit 2c06551

Please sign in to comment.