Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-ext-simba-lf committed Apr 18, 2024
1 parent 632a6b0 commit 7f28fa8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void TestConvertToMapOnly2Properties(
var parameterMap = properties.ToParameterMap();

// assert
Assert.AreEqual(2, parameterMap.Count);
Assert.AreEqual(3, parameterMap.Count);
Assert.AreEqual(validateDefaultParameters, parameterMap[SFSessionParameter.CLIENT_VALIDATE_DEFAULT_PARAMETERS]);
Assert.AreEqual(clientSessionKeepAlive, parameterMap[SFSessionParameter.CLIENT_SESSION_KEEP_ALIVE]);
}
Expand Down

0 comments on commit 7f28fa8

Please sign in to comment.