revert temporary change

This commit is contained in:
fryorcraken 2025-07-19 19:03:51 +10:00
parent 3c930dedfc
commit e53717cd08
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -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 () {