Skip to content

Commit b8bf47a

Browse files
committed
1 删除暂时没用的测试文件
1 parent 6c129a6 commit b8bf47a

File tree

9 files changed

+5
-501
lines changed

9 files changed

+5
-501
lines changed

wechaty-puppet/src/test/java/MemoryCardTest.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ public void testLoad() throws ExecutionException, InterruptedException {
1111
MemoryCard card = new MemoryCard("default", null);
1212
card.load();
1313
Map<String, Object> map = (Map<String, Object>) card.get("person");
14-
map.forEach((key, value) -> {
15-
System.out.println(key + ":" + value);
16-
});
14+
if (map != null) {
15+
map.forEach((key, value) -> {
16+
System.out.println(key + ":" + value);
17+
});
18+
}
1719
}
1820
}

wechaty-puppet/src/test/kotlin/io/github/wechaty/memorycard/MemoryCardMultiplexTest.kt

Lines changed: 0 additions & 59 deletions
This file was deleted.

wechaty-puppet/src/test/kotlin/io/github/wechaty/memorycard/MemoryCardTest.kt

Lines changed: 0 additions & 169 deletions
This file was deleted.

wechaty-puppet/src/test/kotlin/io/github/wechaty/memorycard/StorageOptionsTest.kt

Lines changed: 0 additions & 14 deletions
This file was deleted.

wechaty-puppet/src/test/kotlin/io/github/wechaty/memorycard/backend/StorageFileTest.kt

Lines changed: 0 additions & 45 deletions
This file was deleted.

wechaty-puppet/src/test/kotlin/io/github/wechaty/memorycard/backend/StorageNopTest.kt

Lines changed: 0 additions & 30 deletions
This file was deleted.

wechaty-puppet/src/test/kotlin/io/github/wechaty/memorycard/backend/StorageOSSTest.kt

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)