Skip to content

Commit

Permalink
Use var
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwald committed Nov 21, 2024
1 parent 53c62bf commit 6a18bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MaxMind.MinFraud.UnitTest/Request/EmailTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public void TestAddressWithHashing()
[Fact]
public void TestNormalizing()
{
Email e = new Email(address: "[email protected]", hashAddress: true);
var e = new Email(address: "[email protected]", hashAddress: true);
Assert.Equal("977577b140bfb7c516e4746204fbdb01", e.AddressMD5);
Assert.Equal("maxmind.com", e.Domain);

Expand Down

0 comments on commit 6a18bbf

Please sign in to comment.