Skip to content

Commit

Permalink
use correct test name
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jan 29, 2013
1 parent 318e59e commit c9a7d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ruby/builtins_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
require "ycp/path"
require "ycp/term"

class BuiltinsPathTest < YCP::TestCase
class BuiltinsTest < YCP::TestCase
def test_add_list
a = [1,2]
assert_equal [1,2,3], YCP::Builtins.add(a,3)
Expand Down

0 comments on commit c9a7d9f

Please sign in to comment.