We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59cafd7 commit 98aebc2Copy full SHA for 98aebc2
pkg/ctl/topic/stats_test.go
@@ -110,6 +110,7 @@ func TestGetPartitionedStatsCmd(t *testing.T) {
110
assert.Equal(t, "", stats.DeDuplicationStatus)
111
assert.Equal(t, 2, stats.Metadata.Partitions)
112
assert.Equal(t, 0, len(stats.Partitions))
113
+ assert.Greater(t, stats.TopicCreationTimeStamp, int64(0))
114
}
115
116
func TestGetPerPartitionedStatsCmd(t *testing.T) {
0 commit comments