Skip to content

Commit

Permalink
Bamboozled by copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Sep 16, 2024
1 parent 43ef55b commit a182580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/document/block_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func TestBlock_Tags(t *testing.T) {
block := &CodeBlock{
attributes: map[string]string{
"category": "cat1,cat2",
"tags": "tag1,tag2",
"tag": "tag1,tag2",
},
}
assert.Equal(t, []string{"cat1", "cat2", "tag1", "tag2"}, block.Tags())
Expand Down

0 comments on commit a182580

Please sign in to comment.