From 062639e161625c9b3e7c94b14bdb4e8aef2405eb Mon Sep 17 00:00:00 2001 From: Mustafa Turan Date: Fri, 7 Sep 2018 18:39:50 -0700 Subject: [PATCH] Update id generator module in test configuration --- CHANGELOG.md | 1 + config/test.exs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f956c91..97b5f96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/config/test.exs b/config/test.exs index ef6ee54..f7980b1 100644 --- a/config/test.exs +++ b/config/test.exs @@ -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