mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 02:44:59 +00:00
Adds fragment test data, implements #1090
This commit is contained in:
parent
fdd552bf30
commit
02b67ed101
2 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ import (
|
|||
|
||||
// Test flags
|
||||
var (
|
||||
FragmentPath = flag.String("fragment", "", "fragment path")
|
||||
FragmentPath = flag.String("fragment", "testdata/sample_view/0", "fragment path")
|
||||
)
|
||||
|
||||
// SliceWidth is a helper reference to use when testing.
|
||||
|
|
|
|||
BIN
testdata/sample_view/0
vendored
Normal file
BIN
testdata/sample_view/0
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue