Skip to content

Commit c28f482

Browse files
Add Allure attribute to IndexedPriorityQueueTests
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent d55434b commit c28f482

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/Garnet.test/IndexedPriorityQueueTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33

44
using System;
55
using System.Collections.Generic;
6+
using Allure.NUnit;
67
using Garnet.common.Collections;
78
using NUnit.Framework;
89
using NUnit.Framework.Legacy;
910

1011
namespace Garnet.test
1112
{
13+
[AllureNUnit]
1214
[TestFixture]
1315
public class IndexedPriorityQueueTests
1416
{

0 commit comments

Comments
 (0)