mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -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/" {
|
||||
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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue