Skip to content

Commit

Permalink
Chore: change broker addr
Browse files Browse the repository at this point in the history
  • Loading branch information
asheswook committed Jun 10, 2024
1 parent 0981357 commit c853206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"testing"
)

var brokers = []string{"localhost:9092"}
var brokers = []string{"localhost:9093"}
var topic = qstreamer.Topic("test", 1)

func TestTopicStreamer_NewTopicStreamer(t *testing.T) {
Expand Down

0 comments on commit c853206

Please sign in to comment.