Navigation Menu

Skip to content

Commit

Permalink
test: fix method name
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 25, 2017
1 parent 57a5ce6 commit c481255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/response/test-schema.rb
@@ -1,4 +1,4 @@
# Copyright (C) 2016 Kouhei Sutou <kou@clear-code.com>
# Copyright (C) 2016-2017 Kouhei Sutou <kou@clear-code.com>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand All @@ -20,7 +20,7 @@ class TestResponseSchema < Test::Unit::TestCase
class TestParseRawResponse < self
include TestResponseHelper

def test_select
def test_parse
header = [0, 1372430096.70991, 0.000522851943969727]
body = {}
raw_response = [header, body].to_json
Expand Down

0 comments on commit c481255

Please sign in to comment.