[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",
|
||||
"input": {
|
||||
"conf": {
|
||||
"version": 2,
|
||||
"settings": {
|
||||
"organisation": {
|
||||
"domain": "testdomain.org"
|
||||
|
|
|
@ -201,7 +201,7 @@ describe(
|
|||
nm_assert.equal(result, case_.output);
|
||||
|
||||
// cleanup
|
||||
_espe.conf.inject({});
|
||||
_espe.conf.inject({"version": 2});
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue