Skip to content

Commit 2bab316

Browse files
committed
fix(tests): Update property name
1 parent 024c9ba commit 2bab316

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/unit/bvlc.spec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe('bacstack - BVLC layer', () => {
1313
len: 4,
1414
func: 10,
1515
msgLength: 1482,
16-
forwardedFrom: null,
16+
originatingIP: null,
1717
});
1818
});
1919

@@ -25,7 +25,7 @@ describe('bacstack - BVLC layer', () => {
2525
len: 10,
2626
func: 4,
2727
msgLength: 1482,
28-
forwardedFrom: '1.2.255.0', // omit port if default
28+
originatingIP: '1.2.255.0', // omit port if default
2929
});
3030
});
3131

@@ -37,7 +37,7 @@ describe('bacstack - BVLC layer', () => {
3737
len: 10,
3838
func: 4,
3939
msgLength: 1482,
40-
forwardedFrom: '1.2.255.0:47810', // include port if non-default
40+
originatingIP: '1.2.255.0:47810', // include port if non-default
4141
});
4242
});
4343

0 commit comments

Comments
 (0)