Skip to content

Commit

Permalink
fix unittests regarding isc-dev update
Browse files Browse the repository at this point in the history
  • Loading branch information
evshvarov committed May 13, 2023
1 parent ac18a04 commit 51a0aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.DS_Store


iris-main.log
src/dfi/Ens/*.*
2 changes: 1 addition & 1 deletion tests/dc/irisbi/unittests/TestBI.cls
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Class dc.irisbi.unittests.TestBI Extends %UnitTest.TestCase

Method TestPivots()
{
Do $$$AssertStatusOK(##class(dev.bi).checkAllPivots(),"Test Pivots")
Do $$$AssertStatusOK(##class(dev.bi).checkPivots(),"Test Pivots")
}

/// Test dashboards in BI package
Expand Down

0 comments on commit 51a0aaf

Please sign in to comment.