Skip to content

Commit

Permalink
Fix borked unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pinkisemils committed Dec 20, 2024
1 parent fed889e commit c76f48f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/MullvadRustRuntimeTests/MullvadPostQuantum+Stubs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ class TunnelProviderStub: TunnelProvider {
0
}

func wgFunctions() -> MullvadTypes.WgFuncPointers {
return MullvadTypes.WgFuncPointers(
func wgFunctions() -> MullvadTypes.WgFunctionPointers {
return MullvadTypes.WgFunctionPointers(
open: { _, _, _ in return 0 },
close: { _, _ in return 0 },
receive: { _, _, _, _ in return 0 },
Expand Down

0 comments on commit c76f48f

Please sign in to comment.