Skip to content

Commit

Permalink
Fix TestClock Module Name (#812)
Browse files Browse the repository at this point in the history
  • Loading branch information
PJUllrich committed Sep 24, 2023
1 parent 25a989e commit 6d7be7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stripe/util.ex
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ defmodule Stripe.Util do
def object_name_to_module("terminal.connection_token"), do: Stripe.Terminal.ConnectionToken
def object_name_to_module("terminal.location"), do: Stripe.Terminal.Location
def object_name_to_module("terminal.reader"), do: Stripe.Terminal.Reader
def object_name_to_module("test_helpers.test_clock"), do: Stripe.TestClock
def object_name_to_module("test_helpers.test_clock"), do: Stripe.TestHelpers.TestClock

def object_name_to_module("usage_record_summary"),
do: Stripe.UsageRecordSummary
Expand Down

0 comments on commit 6d7be7e

Please sign in to comment.