Skip to content

Commit

Permalink
line fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ADandyGuyInSpace committed May 14, 2024
1 parent 4505512 commit 6e1420d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/telnyx/batch_mdr_report_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

module Telnyx
class BatchMdrReportTest < Test::Unit::TestCase
omit "api change"
should "list batch mdr reports" do
omit "api change"
batch_mdr_reports = BatchMdrReport.list
assert_requested :get, "#{Telnyx.api_base}/v2/reports/batch_mdr_reports"
assert_kind_of ListObject, batch_mdr_reports
Expand Down

0 comments on commit 6e1420d

Please sign in to comment.