Skip to content

Commit

Permalink
Add assertion keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Jan 7, 2025
1 parent 201802f commit 8ed6a39
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/uplink/nodes/router_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ defmodule Uplink.Nodes.RouterTest do

[node] = nodes

%{
"cpu_cores_count" => _,
"name" => _,
"total_memory" => _,
"total_storage" => _
} = node
assert %{
"cpu_cores_count" => _,
"name" => _,
"total_memory" => _,
"total_storage" => _
} = node

assert conn.status == 200
end
Expand Down

0 comments on commit 8ed6a39

Please sign in to comment.