Skip to content

Commit 9c67404

Browse files
committed
Use correct name for uri-template test class
1 parent 63224cf commit 9c67404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/uri_template_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require 'test_helper'
22

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

0 commit comments

Comments
 (0)