Skip to content

Commit

Permalink
Fix coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
cabol committed Feb 11, 2024
1 parent fa0dfcc commit 94a8fd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/nebulex_redis_adapter/redis_cluster/config_manager.ex
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ defmodule NebulexRedisAdapter.RedisCluster.ConfigManager do
host
end

# coveralls-ignore-stop

defp maybe_convert_to_integer(value) when is_binary(value), do: String.to_integer(value)
defp maybe_convert_to_integer(value), do: value

# coveralls-ignore-stop
end

0 comments on commit 94a8fd0

Please sign in to comment.