Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ideahitme committed Jan 20, 2017
1 parent df62346 commit 940282a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion producers/fake_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func TestNewFakeReadsConfigurationFromParams(t *testing.T) {
fakeParams.Mode = "mode"
fakeParams.TargetDomain = "targetDomain"

producer, err := NewFake(fakeParams)
producer, err := NewFakeProducer(fakeParams)
if err != nil {
t.Fatal(err)
}
Expand Down

0 comments on commit 940282a

Please sign in to comment.