Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Emanuele committed Nov 1, 2024
1 parent 29d91ba commit c2937e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public void MapFromDataToStorageModelWithNumericKeyReturnsValidStorageModel()
var result = mapper.MapFromDataToStorageModel(dataModel);

// Assert
Assert.Equal("key", result["Key"]);
Assert.Equal(1, result["Key"]);
Assert.Equal("Value1", result["StringProperty"]);
Assert.Equal(5, result["IntProperty"]);

Expand Down

0 comments on commit c2937e0

Please sign in to comment.