Skip to content

Commit 2f2640d

Browse files
Fix code factor warnings 🚨
1 parent 1efc7eb commit 2f2640d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎Test/Notion.IntegrationTests/IBlocksClientTests.cs‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,6 @@ private static IEnumerable<object[]> BlockData()
290290
block.Should().BeOfType<AudioBlock>().Subject
291291
.Audio.Should().BeOfType<ExternalFile>().Subject
292292
.External.Url.Should().Be("https://www.soundhelix.com/examples/mp3/SoundHelix-Song-3.mp3");
293-
294293
})
295294
}
296295
};

0 commit comments

Comments
 (0)