Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ahl committed May 22, 2024
1 parent 0ccf169 commit 2724da8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions nexus/db-queries/src/db/datastore/rack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1970,8 +1970,7 @@ mod test {
name: "nexus".parse().unwrap(),
ip: nexus_pip.into(),
mac: macs.next().unwrap(),
subnet: IpNet::from(*NEXUS_OPTE_IPV4_SUBNET)
.into(),
subnet: IpNet::from(*NEXUS_OPTE_IPV4_SUBNET),
vni: Vni::SERVICES_VNI,
primary: true,
slot: 0,
Expand Down Expand Up @@ -2073,8 +2072,7 @@ mod test {
name: "external-dns".parse().unwrap(),
ip: external_dns_pip.into(),
mac: macs.next().unwrap(),
subnet: IpNet::from(*DNS_OPTE_IPV4_SUBNET)
.into(),
subnet: IpNet::from(*DNS_OPTE_IPV4_SUBNET),
vni: Vni::SERVICES_VNI,
primary: true,
slot: 0,
Expand Down Expand Up @@ -2105,8 +2103,7 @@ mod test {
mac: macs.next().unwrap(),
subnet: IpNet::from(
*NEXUS_OPTE_IPV4_SUBNET,
)
.into(),
),
vni: Vni::SERVICES_VNI,
primary: true,
slot: 0,
Expand Down

0 comments on commit 2724da8

Please sign in to comment.