Skip to content

Commit

Permalink
fix a couple of test failures
Browse files Browse the repository at this point in the history
fix a couple of test failures
  • Loading branch information
ashitsalesforce committed Jun 8, 2024
1 parent ef75c07 commit 345becf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ public void testUpdateAccountCsv() throws Exception {
|| isSettingEnabled(configMap, Config.PROCESS_BULK_CACHE_DATA_FROM_DAO)
|| isSettingEnabled(configMap, Config.BULK_API_SERIAL_MODE)
|| isSettingEnabled(configMap, Config.NO_COMPRESSION)
|| isSettingEnabled(configMap, Config.UPDATE_WITH_EXTERNALID)
) {
return;
}
Expand Down Expand Up @@ -720,6 +721,7 @@ public void testEmptyFirstRowFieldValueInCsv() throws Exception {
|| isSettingEnabled(argumentMap, Config.PROCESS_BULK_CACHE_DATA_FROM_DAO)
|| isSettingEnabled(argumentMap, Config.BULK_API_SERIAL_MODE)
|| isSettingEnabled(argumentMap, Config.NO_COMPRESSION)
|| isSettingEnabled(argumentMap, Config.UPDATE_WITH_EXTERNALID)
) {
return;
}
Expand Down

0 comments on commit 345becf

Please sign in to comment.