mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 13:09:49 -07:00
remove accidental double test for Website
This commit is contained in:
parent
274fd945b3
commit
345422d1b8
1 changed files with 0 additions and 3 deletions
|
@ -14,9 +14,6 @@ func TestBannerWebsite(t *testing.T) {
|
||||||
if Website != "https://bettercap.org/" {
|
if Website != "https://bettercap.org/" {
|
||||||
t.Fatalf("expected '%s', got '%s'", "https://bettercap.org/", Website)
|
t.Fatalf("expected '%s', got '%s'", "https://bettercap.org/", Website)
|
||||||
}
|
}
|
||||||
if Website != "https://bettercap.org/" {
|
|
||||||
t.Fatalf("expected '%s', got '%s'", "https://bettercap.org/", Website)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestBannerVersion(t *testing.T) {
|
func TestBannerVersion(t *testing.T) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue