Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Commit 7de115e

Browse files
committed
test reopening the same topic
1 parent aa54ff8 commit 7de115e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib_test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ async fn test_get_update() {
2626
)
2727
.unwrap();
2828
let topic = cache.topic("test-topic").unwrap();
29+
cache.topic("test-topic").unwrap(); // not used
2930
cache.topic("test-topic-2").unwrap(); // not used
3031
assert!(topic.get("hello").unwrap().is_none());
3132

0 commit comments

Comments
 (0)