mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
better naming
This commit is contained in:
parent
b53b60e142
commit
0b5c2f9273
@ -45,9 +45,8 @@ export function tests() {
|
||||
return {
|
||||
test_unsubscribe(assert) {
|
||||
const c = new Collection();
|
||||
const subscription = c.subscribe({});
|
||||
// unsubscribe
|
||||
subscription();
|
||||
const unsubscribe = c.subscribe({});
|
||||
unsubscribe();
|
||||
assert.equal(c.firstSubscribeCalls, 1);
|
||||
assert.equal(c.firstUnsubscribeCalls, 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user