We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee90b2 commit e4669f8Copy full SHA for e4669f8
1 file changed
test/hyper/node/fire_vmm/agent_test.exs
@@ -105,10 +105,6 @@ defmodule Hyper.Node.FireVMM.AgentTest do
105
assert String.contains?(Path.basename(path), @test_vm_id)
106
end
107
108
- test "is deterministic: same input produces the same path" do
109
- assert Agent.relay_socket_path(@test_vm_id) == Agent.relay_socket_path(@test_vm_id)
110
- end
111
-
112
test "different vm_ids produce different paths" do
113
assert Agent.relay_socket_path(@test_vm_id) != Agent.relay_socket_path("vother0000000000")
114
0 commit comments