Signed-off-by: lixiaobing10051267 <li.xiaobing1@zte.com.cn>
| ... | ... |
@@ -229,7 +229,7 @@ func TestParseRepositoryInfo(t *testing.T) {
|
| 229 | 229 |
t.Fatalf("Invalid normalized reference for %q. Expected %q, got %q", r, expected, actual)
|
| 230 | 230 |
} |
| 231 | 231 |
if expected, actual := tcase.FullName, r.FullName(); expected != actual {
|
| 232 |
- t.Fatalf("Invalid normalized reference for %q. Expected %q, got %q", r, expected, actual)
|
|
| 232 |
+ t.Fatalf("Invalid fullName for %q. Expected %q, got %q", r, expected, actual)
|
|
| 233 | 233 |
} |
| 234 | 234 |
if expected, actual := tcase.Hostname, r.Hostname(); expected != actual {
|
| 235 | 235 |
t.Fatalf("Invalid hostname for %q. Expected %q, got %q", r, expected, actual)
|