Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Commit 16bd92f

Browse files
committed
Change: ODataV4 read tests initialize
1 parent e04e6e3 commit 16bd92f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/unit-tests/ODataV4ReadTests.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,10 @@ describe('OData protocol tests', function () {
153153
"Content-Type": "application/json;IEEE754Compatible=true"
154154
}
155155
}
156-
157156
//base_MyTClass = $data.Container.resolveType('JayData.Test.CommonItems.Entities.MyTClass')
158-
done()
157+
ctx.InitDb(function(){
158+
done()
159+
})
159160
})
160161
})
161162

0 commit comments

Comments
 (0)