Skip to content
This repository has been archived by the owner on Mar 31, 2019. It is now read-only.

Commit

Permalink
Merge 6bd9f2b into 4d07741
Browse files Browse the repository at this point in the history
  • Loading branch information
acomagu committed Jun 13, 2018
2 parents 4d07741 + 6bd9f2b commit e0c6e8d
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion event_callback_test.go
Expand Up @@ -12,7 +12,7 @@ import (

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/zabawaba99/firego/internal/firetest"
"github.com/zabawaba99/firego/firetest"
"github.com/zabawaba99/firego/sync"
)

Expand Down
2 changes: 1 addition & 1 deletion firebase_test.go
Expand Up @@ -10,7 +10,7 @@ import (

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/zabawaba99/firego/internal/firetest"
"github.com/zabawaba99/firego/firetest"
)

const URL = "https://somefirebaseapp.firebaseIO.com"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -6,7 +6,7 @@ import (
"net/http"
"strings"

"github.com/zabawaba99/firego/internal/firetest"
"github.com/zabawaba99/firego/firetest"
)

func Example() {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion watch_test.go
Expand Up @@ -10,7 +10,7 @@ import (

"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/zabawaba99/firego/internal/firetest"
"github.com/zabawaba99/firego/firetest"
)

func setupLargeResult() string {
Expand Down

0 comments on commit e0c6e8d

Please sign in to comment.