Skip to content

Commit ff6046f

Browse files
committed
update comment
1 parent 7f5659f commit ff6046f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

agent/agent_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1547,7 +1547,8 @@ func TestAgent_Dial(t *testing.T) {
15471547
t.Run(c.name, func(t *testing.T) {
15481548
t.Parallel()
15491549

1550-
// Setup listener
1550+
// The purpose of this test is to ensure that a client can dial a
1551+
// listener in the workspace over tailnet.
15511552
l := c.setup(t)
15521553
done := make(chan struct{})
15531554
defer func() {

0 commit comments

Comments
 (0)