diff --git a/fragment_test.go b/fragment_test.go index d7c97a5cf..facf0c758 100644 --- a/fragment_test.go +++ b/fragment_test.go @@ -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. diff --git a/testdata/sample_view/0 b/testdata/sample_view/0 new file mode 100644 index 000000000..bea1ac07a Binary files /dev/null and b/testdata/sample_view/0 differ