Skip to content

Commit

Permalink
Fix unit test name.
Browse files Browse the repository at this point in the history
Signed-off-by: Vasil Sirakov <[email protected]>
  • Loading branch information
VasilSirakov committed Oct 8, 2024
1 parent 0380e30 commit 8073fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/os/resources/packages/rpm_packages_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ func TestSuSEParser(t *testing.T) {
assert.Equal(t, p, m[0], p.Name)
}

func TestVendorRegex(t *testing.T) {
func TestVendorNameCleanup(t *testing.T) {
vendorFromRpm := "SUSE LLC"
actual := cleanupVendorName(vendorFromRpm)
require.Equal(t, "SUSE LLC", actual)
Expand Down

1 comment on commit 8073fde

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.50.

Benchmark suite Current: 8073fde Previous: afec124 Ratio
BenchmarkScan_SingleAsset - ns/op 3182921342 ns/op 2079316883 ns/op 1.53
BenchmarkScan_SingleAsset - B/op 238965432 B/op 141334920 B/op 1.69

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.