mirror of
https://github.com/TheAlgorithms/Ruby
synced 2024-11-16 19:50:00 +01:00
Correct test class
This commit is contained in:
parent
e927c673fa
commit
f2fdc233bf
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ require 'minitest/autorun'
|
|||
require_relative './sort_tests'
|
||||
require_relative './binary_insertion_sort'
|
||||
|
||||
class TestBubbleSort < Minitest::Test
|
||||
class TestBinaryInsertionSort < Minitest::Test
|
||||
include SortTests
|
||||
|
||||
def sort(input)
|
||||
|
|
Loading…
Reference in a new issue