mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 09:05:55 +00:00
corrected some merge issues
This commit is contained in:
parent
728308a5bb
commit
dfbfc217d9
2 changed files with 2 additions and 2 deletions
|
|
@ -940,7 +940,7 @@ func TestFragment_Zero_Tanimoto(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestFragment_Snapshot_Run(t *testing.T) {
|
||||
f := MustOpenFragment("i", "f", pilosa.ViewStandard, 0, "")
|
||||
f := test.MustOpenFragment("i", "f", pilosa.ViewStandard, 0, "")
|
||||
defer f.Close()
|
||||
|
||||
// Set bits on the fragment.
|
||||
|
|
|
|||
|
|
@ -165,7 +165,7 @@ func (s *Server) Open() error {
|
|||
go func() {
|
||||
err := http.Serve(ln, s.Handler)
|
||||
if err != nil {
|
||||
s.logger().Printf("HTTP handler terminated with error: %s\n", err)
|
||||
s.Logger().Printf("HTTP handler terminated with error: %s\n", err)
|
||||
}
|
||||
}()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue