Skip to content

Commit

Permalink
Add changelog and change test log line
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-gr committed Mar 2, 2021
1 parent 5b9695e commit 94ab25b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]

- Added `--rate-limit` flag to control rate (in bytes/sec) of UDP streaming. [#12](https://github.com/andrewkroh/stream/pull/12)
- Added `gcppubsub` output option. [#13]

## [0.2.0]

Expand Down
2 changes: 1 addition & 1 deletion pkg/output/gcppubsub/gcppubsub_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func TestMain(m *testing.M) {
return nil
}); err != nil {
_ = pool.Purge(resource)
log.Fatalf("Could not connect to docker: %s", err)
log.Fatalf("Could not connect to the gcp pubsub emulator: %s", err)
}

code := m.Run()
Expand Down

0 comments on commit 94ab25b

Please sign in to comment.