diff --git a/hostess_test.go b/hostess_test.go index f5b9333..e41cf8a 100644 --- a/hostess_test.go +++ b/hostess_test.go @@ -97,6 +97,8 @@ func TestHostFileDuplicates(t *testing.T) { t.Errorf(asserts, exp_conflict, err2) } + // @TODO Add an additional test case here: Adding a domain twice with one + // enabled and one disabled should just add the domain once enabled. } func TestFormatHostname(t *testing.T) {