Skip to content

Commit c366748

Browse files
committed
vary client resource IDs
1 parent 049d99b commit c366748

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

up-subscription/src/tests/test_lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,15 @@ pub(crate) mod helpers {
162162

163163
pub(crate) const SUBSCRIBER1_ID: u32 = 0x0000_1000;
164164
pub(crate) const SUBSCRIBER1_VERSION: u8 = 0x01;
165-
pub(crate) const SUBSCRIBER1_RESOURCE: u16 = 0x0;
165+
pub(crate) const SUBSCRIBER1_RESOURCE: u16 = 0x0000;
166166

167167
const SUBSCRIBER2_ID: u32 = 0x0000_2000;
168168
const SUBSCRIBER2_VERSION: u8 = 0x01;
169-
const SUBSCRIBER2_RESOURCE: u16 = 0x1000;
169+
const SUBSCRIBER2_RESOURCE: u16 = 0x0010;
170170

171171
const SUBSCRIBER3_ID: u32 = 0x0000_3000;
172172
const SUBSCRIBER3_VERSION: u8 = 0x01;
173-
const SUBSCRIBER3_RESOURCE: u16 = 0x1000;
173+
const SUBSCRIBER3_RESOURCE: u16 = 0x0100;
174174

175175
#[allow(dead_code)] // final decision on removing this to happen after functional spec alignment is complete
176176
const NOTIFICATION_TOPIC_ID: u32 = 0x001_0000;

0 commit comments

Comments
 (0)