Skip to content

Commit

Permalink
correct type
Browse files Browse the repository at this point in the history
  • Loading branch information
jphui committed Feb 12, 2025
1 parent 2f4a4fd commit 55eb7de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2749,7 +2749,7 @@ public void testDeleteWithReturnOnNullAspect() {
dao.add(urn, v0, _dummyAuditStamp);

// attempt to delete an aspect that doesn't exist
AspectBaz foo = dao.deleteWithReturn(urn, AspectBaz.class, _dummyAuditStamp, 3, null);
AspectBar foo = dao.deleteWithReturn(urn, AspectBar.class, _dummyAuditStamp, 3, null);
assertNull(foo);
}

Expand Down

0 comments on commit 55eb7de

Please sign in to comment.