This commit is contained in:
Koen Kanters
2020-10-03 22:47:20 +02:00
parent 43f085b069
commit 0c36b7894b
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ class NetworkMap extends Extension {
}
raw(topology) {
return stringify(topology);
return topology;
}
graphviz(topology) {
-1
View File
@@ -295,7 +295,6 @@ describe('Networkmap', () => {
};
const actual = JSON.parse(call[1]);
actual.data.value = JSON.parse(actual.data.value);
expect(actual).toStrictEqual(expected);
});