Skip to content

Commit

Permalink
Assert equal artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jbristowe committed Nov 21, 2020
1 parent da6d635 commit 45e2bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/artifact_service_test.go
Expand Up @@ -107,6 +107,6 @@ func TestArtifactServiceGetByID(t *testing.T) {
if len(resources) > 0 {
resourceToCompare, err := client.Artifacts.GetByID(resources[0].GetID())
require.NoError(t, err)
assert.EqualValues(t, resources[0], resourceToCompare)
AssertEqualArtifacts(t, resources[0], resourceToCompare)
}
}

0 comments on commit 45e2bc7

Please sign in to comment.