Skip to content

Commit

Permalink
Fix non-deterministic doctest in Utils module
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwalker committed Aug 5, 2015
1 parent 330a33b commit b13b5cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/utils/utils.ex
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ defmodule Timex.Utils do
## Example
iex> Timex.Utils.get_plugins(Timex.Parse.DateTime.Tokenizer)
[Timex.Parse.DateTime.Tokenizers.Strftime, Timex.Parse.DateTime.Tokenizers.Default]
iex> Timex.Utils.get_plugins(Timex.Parse.DateTime.Tokenizer) |> Enum.sort
[Timex.Parse.DateTime.Tokenizers.Default, Timex.Parse.DateTime.Tokenizers.Strftime]
"""
@spec get_plugins(atom) :: [] | [atom]
Expand Down

0 comments on commit b13b5cc

Please # to comment.