Skip to content

Commit

Permalink
add more test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yingjian Wu committed Mar 8, 2024
1 parent a540db5 commit 3d3bd78
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ class MySqlLookupServiceUnitTest extends Specification{
l1.name == l2.name &&
l1.type == l2.type &&
l1.values == l2.values &&
l1.dateCreated == l2.dateCreated &&
l1.lastUpdated == l2.lastUpdated &&
l1.createdBy == l2.createdBy &&
l1.lastUpdatedBy == l2.lastUpdatedBy
}
Expand Down

0 comments on commit 3d3bd78

Please sign in to comment.