File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
channel-event-bus/src/commonTest/kotlin/com/hoc081098/channeleventbus Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ class ChannelEventTest {
38
38
39
39
@Test
40
40
fun testKeyToString () {
41
- assertEquals(" ChannelEvent.Key(TestEventInt)" , TestEventIntKey .toString())
42
- assertEquals(" ChannelEvent.Key(TestEventInt)" , channelEventKeyOf<TestEventInt >().toString())
41
+ assertEquals(" ChannelEvent.Key(TestEventInt, UNLIMITED )" , TestEventIntKey .toString())
42
+ assertEquals(" ChannelEvent.Key(TestEventInt, UNLIMITED )" , channelEventKeyOf<TestEventInt >().toString())
43
43
44
- assertEquals(" ChannelEvent.Key(TestEventString)" , TestEventStringKey .toString())
45
- assertEquals(" ChannelEvent.Key(TestEventString)" , channelEventKeyOf<TestEventString >().toString())
44
+ assertEquals(" ChannelEvent.Key(TestEventString, UNLIMITED )" , TestEventStringKey .toString())
45
+ assertEquals(" ChannelEvent.Key(TestEventString, UNLIMITED )" , channelEventKeyOf<TestEventString >().toString())
46
46
47
- assertEquals(" ChannelEvent.Key(TestEventLong)" , TestEventLongKey .toString())
48
- assertEquals(" ChannelEvent.Key(TestEventLong)" , channelEventKeyOf<TestEventLong >().toString())
47
+ assertEquals(" ChannelEvent.Key(TestEventLong, UNLIMITED )" , TestEventLongKey .toString())
48
+ assertEquals(" ChannelEvent.Key(TestEventLong, UNLIMITED )" , channelEventKeyOf<TestEventLong >().toString())
49
49
}
50
50
}
You can’t perform that action at this time.
0 commit comments