Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Oct 31, 2024
1 parent 15180de commit a537125
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -518,10 +518,10 @@ class ConnectScreenTest {
onNodeWithText("In").assertExists()
onNodeWithText("$inHost:$inPort UDP").assertExists()

onNodeWithText("Out Ipv4").assertExists()
onNodeWithText("Out IPv4").assertExists()
onNodeWithText(outIpv4).assertExists()

onNodeWithText("Out Ipv6").assertExists()
onNodeWithText("Out IPv6").assertExists()
onNodeWithText(outIpv6).assertExists()
}
}
Expand Down

0 comments on commit a537125

Please sign in to comment.