Skip to content

Commit

Permalink
Test/Dummy Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragsrivstv committed Oct 26, 2023
1 parent f24e52a commit 5bd30d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void Lookup_DatabaseIdOnly()
var lookupKey = new Key { PartitionId = new PartitionId { DatabaseId = _fixture.DatabaseId }, Path = { insertedKey.Path } };
var result = db.Lookup(lookupKey);
Assert.NotNull(result);
Assert.Equal("bar", (string) entity["foo"]);
Assert.NotEqual("bar", (string) entity["foo"]);
}

[Fact]
Expand Down

0 comments on commit 5bd30d0

Please sign in to comment.