Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
paulwe committed Mar 11, 2024
1 parent e8f491a commit 5415301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/info/channels_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func TestChannelFormatters(t *testing.T) {
require.Equal(t, "SRV.foo.a.b.c.Q", i.GetRPCChannel().Server)
require.Equal(t, "bar.REQ", i.GetRPCChannel().Local)
require.Equal(t, "foo|bar|a|b|c|RCLAIM", i.GetClaimResponseChannel().Legacy)
require.Equal(t, "SRV.foo.a.b.c.Q", i.GetClaimResponseChannel().Server)
require.Equal(t, "SRV.foo.a.b.c", i.GetClaimResponseChannel().Server)
require.Equal(t, "bar.RCLAIM", i.GetClaimResponseChannel().Local)
require.Equal(t, "foo|bar|a|b|c|STR", i.GetStreamServerChannel().Legacy)
require.Equal(t, "SRV.foo.a.b.c", i.GetStreamServerChannel().Server)
Expand Down

0 comments on commit 5415301

Please sign in to comment.