Skip to content

Commit

Permalink
Remove v1 folder
Browse files Browse the repository at this point in the history
  • Loading branch information
fbenevides committed Mar 6, 2024
1 parent 5a3bb7a commit b8b896e
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
File renamed without changes.
6 changes: 0 additions & 6 deletions v1/fcm_test.go → fcm_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ const (
ServiceAccountFilePath = "fixtures/service_account.json"
)

func assertEqual(t *testing.T, v, e interface{}) {
if v != e {
t.Fatalf("%#v != %#v", v, e)
}
}

func readFixture(path string) string {
data, err := os.ReadFile(path)
if err != nil {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b8b896e

Please sign in to comment.