Skip to content

Commit

Permalink
Fix session test name (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
HDegroote authored Jan 15, 2025
1 parent d45cb20 commit a465a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ test('set and get auth', async (t) => {
}
})

test('set and get hypercore blocks', async (t) => {
test('set and get hypercore sessions', async (t) => {
const core = await createCore(t)
{
const rx = core.read()
Expand Down

0 comments on commit a465a82

Please sign in to comment.