diff --git a/internal/scan/nmap/scanner_test.go b/internal/scan/nmap/scanner_test.go index 4ab4db8..0c6e7da 100644 --- a/internal/scan/nmap/scanner_test.go +++ b/internal/scan/nmap/scanner_test.go @@ -71,18 +71,18 @@ func TestScanner_Scan(t *testing.T) { Port: 8554, Secure: false, }, - { - Device: "Model C", - Address: netip.MustParseAddr("192.0.2.10"), - Port: 322, - Secure: true, - }, { Device: "Model A", Address: netip.MustParseAddr("192.0.2.11"), Port: 8554, Secure: false, }, + { + Device: "Model C", + Address: netip.MustParseAddr("192.0.2.10"), + Port: 322, + Secure: true, + }, { Device: "Model C", Address: netip.MustParseAddr("192.0.2.11"),