Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
LBHTKarki committed Apr 29, 2024
1 parent 6da001f commit 862207a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public void DomainTAOfficerHasPropertiesSet()
createdDomaninTAOfficer.Id.Should().Be(aQueryableTAOfficer.Id);
createdDomaninTAOfficer.FirstName.Should().Be(aQueryableTAOfficer.FirstName);
createdDomaninTAOfficer.LastName.Should().Be(aQueryableTAOfficer.LastName);
createdDomaninTAOfficer.Email.Should().Be(aQueryableTAOfficer.Email);
createdDomaninTAOfficer.Email.Should().Be(aQueryableTAOfficer.Email);
}
}
}

0 comments on commit 862207a

Please sign in to comment.