File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
test/automated/position_store Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19
19
20
20
position_stream_name = Consumer ::Postgres ::PositionStore ::StreamName . position_stream_name ( category )
21
21
22
- test "The position category type appears only once" do
22
+ test "Includes the position category type only once" do
23
23
assert ( position_stream_name == category )
24
24
end
25
25
end
33
33
34
34
control_stream_name = "#{ category } :position-#{ identifier } "
35
35
36
- test "Identifier is appended" do
36
+ test "Identifier is appended as the stream ID " do
37
37
assert ( position_stream_name == control_stream_name )
38
38
end
39
39
end
54
54
end
55
55
end
56
56
57
- context "Stream name is given " do
57
+ context "Stream name (with ID) " do
58
58
stream_name = Controls ::StreamName . example
59
59
60
60
test "Is an error" do
You can’t perform that action at this time.
0 commit comments