Skip to content

Commit

Permalink
Undo undesired changes
Browse files Browse the repository at this point in the history
  • Loading branch information
João Bologna committed Sep 7, 2023
1 parent a0a296e commit 2b9d7f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions client/async_int_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// eventsgateway
//go:build integration
// +build integration

// https://github.com/topfreegames/eventsgateway
//
// Licensed under the MIT license:
Expand All @@ -27,10 +25,10 @@ import (

var _ = Describe("Async Client", func() {
var (
a *app.App
c *client.Client
a *app.App
c *client.Client
kafkaTopic string
s *mocks.MockSender
s *mocks.MockSender
)
name := "EventName"
props := map[string]string{
Expand Down
2 changes: 1 addition & 1 deletion client/sync_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var _ = Describe("Sync Client", func() {
a *app.App
c *client.Client
kafkaTopic string
consumer *testing.Consumer
consumer *testing.Consumer
)
name := "EventName"
props := map[string]string{
Expand Down

0 comments on commit 2b9d7f9

Please sign in to comment.