|
|
@ -9,7 +9,7 @@ import ( |
|
|
|
|
|
|
|
|
func TestMetadataVersionComparison(t *testing.T) { |
|
|
func TestMetadataVersionComparison(t *testing.T) { |
|
|
// Create handler
|
|
|
// Create handler
|
|
|
handler := protocol.NewHandler() |
|
|
|
|
|
|
|
|
handler := protocol.NewTestHandler() |
|
|
|
|
|
|
|
|
// Add test topic
|
|
|
// Add test topic
|
|
|
handler.AddTopicForTesting("test-topic", 1) |
|
|
handler.AddTopicForTesting("test-topic", 1) |
|
|
|