Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
WillAbides committed Dec 5, 2023
1 parent 37375e6 commit 28b5125
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions github/orgs_audit_log_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ func TestOrganizationService_GetAuditLog(t *testing.T) {
if err != nil {
t.Errorf("Organizations.GetAuditLog returned error: %v", err)
}
//startedAt, _ := time.Parse(time.RFC3339, "2021-03-07T00:33:04.000Z")
//completedAt, _ := time.Parse(time.RFC3339, "2021-03-07T00:35:08.000Z")
timestamp := time.Unix(0, 1615077308538*1e6)

want := []*AuditEntry{
Expand Down

0 comments on commit 28b5125

Please sign in to comment.