Skip to content

Commit

Permalink
Use correct name for uri-template test class
Browse files Browse the repository at this point in the history
  • Loading branch information
davishmcclurg committed Jun 14, 2023
1 parent 63224cf commit 9c67404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/uri_template_test.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'test_helper'

class PrettyErrorsTest < Minitest::Test
class UriTemplateTest < Minitest::Test
def test_uri_template_format
schema = JSONSchemer.schema({ 'type' => 'string', 'format' => 'uri-template' })

Expand Down

0 comments on commit 9c67404

Please sign in to comment.