Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrady committed Sep 6, 2024
1 parent 8e8f8e0 commit dc7074a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/schematic_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ func TestCheckFlagWithCacheOptions(t *testing.T) {
}

func TestTrackEventBatch(t *testing.T) {
ctrl := gomock.NewController(t)
mockHTTPClient := mocks.NewMockHTTPClient(ctrl)
client := NewSchematicClient("test-api-key", WithEventBufferPeriod(10*time.Millisecond), WithHTTPClient(mockHTTPClient))
//ctrl := gomock.NewController(t)
//mockHTTPClient := mocks.NewMockHTTPClient(ctrl)
client := NewSchematicClient("test-api-key", WithEventBufferPeriod(10*time.Millisecond))
defer client.Close()

assert.NotNil(t, client)
Expand Down

0 comments on commit dc7074a

Please sign in to comment.