mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-04 06:43:12 +00:00
revert temporary change
This commit is contained in:
parent
3c930dedfc
commit
e53717cd08
@ -103,7 +103,8 @@ const runTests = (strictNodeCheck: boolean): void => {
|
||||
);
|
||||
});
|
||||
|
||||
[{ description: "short", value: "hi" }].forEach((testItem) => {
|
||||
TEST_STRING.forEach((testItem) => {
|
||||
if (!testItem.invalidContentTopic) {
|
||||
it(`Push message with content topic containing ${testItem.description}`, async function () {
|
||||
const contentTopic = `/test/1/${testItem.value}/proto`;
|
||||
const customEncoder = waku.createEncoder({
|
||||
@ -126,6 +127,7 @@ const runTests = (strictNodeCheck: boolean): void => {
|
||||
expectedPubsubTopic: TestRoutingInfo.pubsubTopic
|
||||
});
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
it("Push message with meta", async function () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user