Skip to content

Commit

Permalink
fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Marin committed Mar 20, 2020
1 parent 21078d2 commit 36bcea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/host/host_file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ func TestReadFromArgs(t *testing.T) {
}
for k, d := range domains {
got := data.profiles["default"][k]
want := fmt.Sprintf("%s\t%s", ip, d)
want := fmt.Sprintf("%s %s", ip, d)
if got != want {
t.Fatalf("unexpected record; got %s; want %s", got, want)
}
Expand Down

0 comments on commit 36bcea1

Please sign in to comment.