Skip to content

Commit

Permalink
Merge pull request #59 from otobus/mustafaturan/update_id_generator_s…
Browse files Browse the repository at this point in the history
…ource_for_test

Update id generator module in test configuration
  • Loading branch information
Mustafa TURAN authored Sep 8, 2018
2 parents 1e701c2 + 062639e commit 712b337
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 @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Change default `@eb_tme_unit` to `:microsecond`
- Change all instances of `micro_seconds` and `microseconds` to `microsecond`, as per Erlang 19+
- Fix dialyzer warnings
- Update the id generator source in test configuration

## [1.3.X]

Expand Down
2 changes: 1 addition & 1 deletion config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ config :event_bus,
topics: [:metrics_received, :metrics_summed],
ttl: 30_000_000,
time_unit: :microsecond,
id_generator: EventBus.Util.String
id_generator: EventBus.Util.Base62

0 comments on commit 712b337

Please sign in to comment.