Skip to content

Commit 22dffab

Browse files
committed
RECS0071: Parentheses are redundant if attribute has no arguments
[ci skip]
1 parent 57d1528 commit 22dffab

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

ICSharpCode.SharpZipLib.Tests/Checksums/Crc32Tests.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@
88

99
namespace ICSharpCode.SharpZipLib.Checksums.Tests
1010
{
11-
[TestFixture(), Category("CRC32")]
11+
[TestFixture, Category("CRC32")]
1212
public class Crc32Tests
1313
{
14-
[Test()]
14+
[Test]
1515
public void ResetTest()
1616
{
1717

1818
}
1919

20-
[Test(), Category("Update")]
20+
[Test, Category("Update")]
2121
public void UpdateTest()
2222
{
2323

2424
}
2525

26-
[Test(), Category("Update")]
26+
[Test, Category("Update")]
2727
public void UpdateTest1()
2828
{
2929

3030
}
3131

32-
[Test(), Category("Update")]
32+
[Test, Category("Update")]
3333
public void UpdateTest2()
3434
{
3535

0 commit comments

Comments
 (0)