Apply suggestions from code review
Co-authored-by: Phil Davis <phil@jankaritech.com>
This commit is contained in:
co-authored by
Phil Davis
parent
5ad77f7dee
commit
5ae4d5646b
@@ -44,7 +44,7 @@ import "testing"
|
||||
func TestDivide3(t *testing.T) {
|
||||
result := IsDivisible(3)
|
||||
if result != "Yes" {
|
||||
t.Errorf("Result was incorrect, got: %s, want: %s.", result, "Foo")
|
||||
t.Errorf("Result was incorrect, got: %s, want: %s.", result, "Yes")
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user