🐛 Fix bug while searching for the user sid
This commit is contained in:
parent
c7d2a2c4fe
commit
5a460e1ba0
16 changed files with 350 additions and 45 deletions
|
|
@ -0,0 +1,17 @@
|
|||
using AmagnoVirtualPrinter.Agent.Lib.Misc;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace AmagnoVirtualPrinter.Agent.Lib.Tests
|
||||
{
|
||||
[TestFixture]
|
||||
public class PrintJobReaderTests
|
||||
{
|
||||
[Test]
|
||||
public void GetCurrentPrintJobs_ReturnsJobs()
|
||||
{
|
||||
var jobs = PrintJobReader.GetCurrentPrintJobs("Amagno");
|
||||
|
||||
Assert.IsNull(jobs);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue