remove items test
This commit is contained in:
@ -1,9 +0,0 @@
|
||||
package data
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestItemsString(t *testing.T) {
|
||||
for i := 0; i < 789+1; i++ {
|
||||
t.Log(Solt{ID: i, Count: byte(i%64 + 1)})
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user