mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-01 08:20:02 -05:00
Apply suggestions from code review
Co-authored-by: Phil Davis <phil@jankaritech.com>
This commit is contained in:
@@ -73,7 +73,7 @@ With the bootstrap complete, you can now run your tests using the `ginkgo` comma
|
||||
```bash
|
||||
ginkgo
|
||||
|
||||
Running Suite: Parser Suite - <loca-path>/ocis/ocis-pkg/config/parser
|
||||
Running Suite: Parser Suite - <local-path>/ocis/ocis-pkg/config/parser
|
||||
===============================================================================================
|
||||
Random Seed: 1714076559
|
||||
|
||||
|
||||
@@ -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