Skip to content

Commit 2697e66

Browse files
committed
Test names are clarified
1 parent bf9bfeb commit 2697e66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/automated/position_store/position_stream_name.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
position_stream_name = Consumer::Postgres::PositionStore::StreamName.position_stream_name(category)
2121

22-
test "The position category type appears only once" do
22+
test "Includes the position category type only once" do
2323
assert(position_stream_name == category)
2424
end
2525
end
@@ -33,7 +33,7 @@
3333

3434
control_stream_name = "#{category}:position-#{identifier}"
3535

36-
test "Identifier is appended" do
36+
test "Identifier is appended as the stream ID" do
3737
assert(position_stream_name == control_stream_name)
3838
end
3939
end
@@ -54,7 +54,7 @@
5454
end
5555
end
5656

57-
context "Stream name is given" do
57+
context "Stream name (with ID)" do
5858
stream_name = Controls::StreamName.example
5959

6060
test "Is an error" do

0 commit comments

Comments
 (0)