Skip to content

Commit

Permalink
fixing scale tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iamemilio committed May 27, 2022
1 parent 4e1f0a2 commit bf23074
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
18 changes: 0 additions & 18 deletions v3/scale-tests/go.mod

This file was deleted.

2 changes: 1 addition & 1 deletion v3/scale-tests/main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright 2020 New Relic Corporation. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

package scaleTests
package main

import (
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion v3/scale-tests/normalize.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
//

package scaleTests
package main

import (
"sort"
Expand Down
2 changes: 1 addition & 1 deletion v3/scale-tests/normalize_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
//

package scaleTests
package main

import (
"testing"
Expand Down

0 comments on commit bf23074

Please sign in to comment.