Skip to content

Commit

Permalink
change deleted number of custom attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-samuel committed Jul 3, 2024
1 parent fff091e commit 46ee5cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def full_refresh_test
'ContainerReplicator' => 2,
'ContainerBuild' => 2,
'ContainerBuildPod' => 2,
'CustomAttribute' => 17,
'CustomAttribute' => 25,
'ContainerTemplateParameter' => 3,
}
expected_counts = deleted.collect { |k, d| [k, object_counts[k] - d] }.to_h
Expand Down

0 comments on commit 46ee5cd

Please sign in to comment.