[fix] tests
This commit is contained in:
parent
d91a904e32
commit
eefdd33351
2 changed files with 2 additions and 1 deletions
|
@ -231,6 +231,7 @@
|
||||||
"name": "oblique",
|
"name": "oblique",
|
||||||
"input": {
|
"input": {
|
||||||
"conf": {
|
"conf": {
|
||||||
|
"version": 2,
|
||||||
"settings": {
|
"settings": {
|
||||||
"organisation": {
|
"organisation": {
|
||||||
"domain": "testdomain.org"
|
"domain": "testdomain.org"
|
||||||
|
|
|
@ -201,7 +201,7 @@ describe(
|
||||||
nm_assert.equal(result, case_.output);
|
nm_assert.equal(result, case_.output);
|
||||||
|
|
||||||
// cleanup
|
// cleanup
|
||||||
_espe.conf.inject({});
|
_espe.conf.inject({"version": 2});
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue