Commit f0fbfc2
committed
Fix import collision error in test file
It's happen when run fetch library with `go get` subcommand
```
$ go test -v ./...
cpp_compliance_test.go:9:2: case-insensitive import collision: "github.com/bytearena/box2d" and "github.com/ByteArena/box2d"
FAIL github.com/ByteArena/box2d [setup failed]
```
because github username use `ByteArena` not `bytearena`1 parent b21ddaa commit f0fbfc2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments