Skip to content

Commit

Permalink
Fix typo in bsky test: purpose is #modlist not #blocklist (bluesky-so…
Browse files Browse the repository at this point in the history
…cial#1726)

Fix typo: purpose is #modlist not #blocklist
  • Loading branch information
pfrazee authored Oct 10, 2023
1 parent 9826332 commit 2e10a18
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions packages/bsky/tests/views/__snapshots__/block-lists.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ Object {
"description": "blah blah",
"indexedAt": "1970-01-01T00:00:00.000Z",
"name": "new list",
"purpose": "app.bsky.graph.defs#blocklist",
"purpose": "app.bsky.graph.defs#modlist",
"uri": "record(0)",
"viewer": Object {
"blocked": "record(1)",
Expand Down Expand Up @@ -379,7 +379,7 @@ Object {
"description": "big list of blocks",
"indexedAt": "1970-01-01T00:00:00.000Z",
"name": "alice blocks",
"purpose": "app.bsky.graph.defs#blocklist",
"purpose": "app.bsky.graph.defs#modlist",
"uri": "record(4)",
"viewer": Object {
"blocked": "record(5)",
Expand Down Expand Up @@ -430,7 +430,7 @@ Object {
"description": "blah blah",
"indexedAt": "1970-01-01T00:00:00.000Z",
"name": "new list",
"purpose": "app.bsky.graph.defs#blocklist",
"purpose": "app.bsky.graph.defs#modlist",
"uri": "record(0)",
"viewer": Object {
"muted": false,
Expand Down Expand Up @@ -473,7 +473,7 @@ Object {
"description": "big list of blocks",
"indexedAt": "1970-01-01T00:00:00.000Z",
"name": "alice blocks",
"purpose": "app.bsky.graph.defs#blocklist",
"purpose": "app.bsky.graph.defs#modlist",
"uri": "record(3)",
"viewer": Object {
"blocked": "record(4)",
Expand Down Expand Up @@ -554,7 +554,7 @@ Object {
"description": "big list of blocks",
"indexedAt": "1970-01-01T00:00:00.000Z",
"name": "alice blocks",
"purpose": "app.bsky.graph.defs#blocklist",
"purpose": "app.bsky.graph.defs#modlist",
"uri": "record(0)",
"viewer": Object {
"blocked": "record(1)",
Expand Down
4 changes: 2 additions & 2 deletions packages/bsky/tests/views/block-lists.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe('pds views with blocking from block lists', () => {
{ repo: alice },
{
name: 'alice blocks',
purpose: 'app.bsky.graph.defs#blocklist',
purpose: 'app.bsky.graph.defs#modlist',
description: 'big list of blocks',
avatar: avatar.image,
createdAt: new Date().toISOString(),
Expand Down Expand Up @@ -335,7 +335,7 @@ describe('pds views with blocking from block lists', () => {
{ repo: alice },
{
name: 'new list',
purpose: 'app.bsky.graph.defs#blocklist',
purpose: 'app.bsky.graph.defs#modlist',
description: 'blah blah',
createdAt: new Date().toISOString(),
},
Expand Down

0 comments on commit 2e10a18

Please sign in to comment.