Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mplushnikov committed Oct 27, 2020
1 parent c7469ec commit 0fbebdd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ public void setUp() throws Exception {
super.setUp();

loadLombokLibrary();

//TODO disable assertions for the moment
RecursionManager.disableMissedCacheAssertions(myFixture.getProjectDisposable());
}

protected void loadLombokLibrary() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ public void setUp() throws Exception {
LombokTestUtil.loadLombokLibrary(myFixture.getProjectDisposable(), getModule());

Registry.get("platform.random.idempotence.check.rate").setValue(1, getTestRootDisposable());

//TODO disable assertions for the moment
RecursionManager.disableMissedCacheAssertions(myFixture.getProjectDisposable());
}

@NotNull
Expand Down

0 comments on commit 0fbebdd

Please sign in to comment.