Skip to content

Commit 2c1656d

Browse files
committed
NLB-6212: fix zone_sync unit test
1 parent cf23abc commit 2c1656d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

analyze_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,10 +435,10 @@ func TestAnalyze_zone_sync(t *testing.T) {
435435
blockCtx{"stream"},
436436
true,
437437
},
438-
"zone_sync invalid args": {
438+
"zone_sync invalid with 2 args": {
439439
&Directive{
440440
Directive: "zone_sync",
441-
Args: []string{"invalid"},
441+
Args: []string{"invalid", "arg"},
442442
Line: 5,
443443
},
444444
blockCtx{"stream", "server"},

0 commit comments

Comments
 (0)