Skip to content

Commit

Permalink
Correct name of firmwaremanagement tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMcGilly committed Apr 21, 2024
1 parent 20cd433 commit dd26bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applayer/firmwaremanagement/firmwaremangement_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/stretchr/testify/require"
)

func TestFragmentation(t *testing.T) {
func TestFirmwareManagement(t *testing.T) {
nextFirmwareVersion := uint32(262657)

tests := []struct {
Expand Down

0 comments on commit dd26bb3

Please sign in to comment.