Skip to content

Commit f69ba17

Browse files
committed
Fixed lint checks
1 parent 71a1f93 commit f69ba17

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

admin_invite_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ func TestAdminInvite(t *testing.T) {
106106
ctx := context.Background()
107107

108108
t.Run("ListAdminInvites", func(t *testing.T) {
109-
110109
limit := 10
111110
after := "after-id"
112111

admin_usage_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ func TestAdminUsageCost(t *testing.T) {
6262
ctx := context.Background()
6363

6464
t.Run("GetAdminUsageCost", func(t *testing.T) {
65-
6665
bucketWidth := "1h"
6766
groupBy := "project_id"
6867
projectIDs := []string{"project_1", "project_2"}

0 commit comments

Comments
 (0)