summaryrefslogtreecommitdiff
path: root/test/fiber/test_enumerator.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-23 16:43:58 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-05-23 16:44:57 +0900
commitd48c92aa04ffd3a1cecef599eaa5e4409aab2fe4 (patch)
tree3def7248473b54d9869031b5812509a12e61f484 /test/fiber/test_enumerator.rb
parent0b2fc4cf379dec82290c5bc9cc71ce8dc4e4f28b (diff)
Rename TestScheduler* to TestFiber for convention of the test directory
Diffstat (limited to 'test/fiber/test_enumerator.rb')
-rw-r--r--test/fiber/test_enumerator.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fiber/test_enumerator.rb b/test/fiber/test_enumerator.rb
index 7c97382c52..6679d9e4e5 100644
--- a/test/fiber/test_enumerator.rb
+++ b/test/fiber/test_enumerator.rb
@@ -3,7 +3,7 @@ require 'test/unit'
require 'socket'
require_relative 'scheduler'
-class TestSchedulerEnumerator < Test::Unit::TestCase
+class TestFiberEnumerator < Test::Unit::TestCase
MESSAGE = "Hello World"
def test_read_characters