Skip to content

Commit

Permalink
Removed old integration test class + Flow for testing Flow plugins in…
Browse files Browse the repository at this point in the history
… LoggerSObjectHandler - I'll reimplement new tests when I also implement Flow plugins for LogBatchPurger
  • Loading branch information
jongpie committed Mar 25, 2022
1 parent b3a15a7 commit b3f1907
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 260 deletions.
213 changes: 0 additions & 213 deletions nebula-logger/extra-tests/flows/LogHandler_Tests_Flow.flow-meta.xml

This file was deleted.

38 changes: 0 additions & 38 deletions nebula-logger/extra-tests/tests/LogHandler_Tests_Flow.cls

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// See LICENSE file or go to https://github.com/jongpie/NebulaLogger for full license details. //
//------------------------------------------------------------------------------------------------//

@SuppressWarnings('PMD.MethodNamingConventions, PMD.PropertyNamingConventions')
@IsTest
private class LogEntryArchiveController_Tests {
private static final String FAKE_TRANSACTION_ID = '1234';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export default class LogEntryArchives extends LightningElement {

getLogEntryArchives().then(results => {
this.logEntryArchives = JSON.parse(JSON.stringify(results));
/* eslint-disable-next-line no-console */
console.info('Loaded LogEntryArchive__b records', this.logEntryArchives);
});
}
Expand Down
4 changes: 0 additions & 4 deletions nebula-logger/recipes/profiles/Admin.profile-meta.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@
<apexClass>LogHandler_Tests</apexClass>
<enabled>true</enabled>
</classAccesses>
<classAccesses>
<apexClass>LogHandler_Tests_Flow</apexClass>
<enabled>true</enabled>
</classAccesses>
<classAccesses>
<apexClass>LogMassDeleteExtension</apexClass>
<enabled>true</enabled>
Expand Down

0 comments on commit b3f1907

Please sign in to comment.