Remove some duplicate worlds (#2582)
Signed-off-by: Nguyen Phuong An <AnNP@vn.fujitsu.com>
This commit is contained in:
parent
3c23aac2d3
commit
e78d9a7893
9 changed files with 9 additions and 9 deletions
|
@ -287,7 +287,7 @@ func TestServices(t *testing.T) {
|
|||
continue
|
||||
}
|
||||
if len(svcs) != 1 {
|
||||
t.Errorf("Test %d, expected expected 1 answer, got %v", i, len(svcs))
|
||||
t.Errorf("Test %d, expected 1 answer, got %v", i, len(svcs))
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue