mirror of
https://github.com/SoPat712/allstarr.git
synced 2026-04-27 12:02:51 -04:00
v1.1.3: version bump, removed duplicate method; this is why we run tests...
This commit is contained in:
@@ -151,13 +151,7 @@ public class QobuzDownloadServiceTests : IDisposable
|
||||
var mockResponse = new HttpResponseMessage
|
||||
{
|
||||
StatusCode = HttpStatusCode.OK,
|
||||
<<<<<<< HEAD
|
||||
Content = new StringContent(@"<html><script src=""/resources/1.0.1-b001/bundle.js""></script></html>")
|
||||
||||||| f68706f
|
||||
Content = new StringContent(@"<html><script src=""/resources/1.0.0-b001/bundle.js""></script></html>")
|
||||
=======
|
||||
Content = new StringContent(@"<html><script src=""/resources/1.0.3-b001/bundle.js""></script></html>")
|
||||
>>>>>>> beta
|
||||
};
|
||||
|
||||
_httpMessageHandlerMock.Protected()
|
||||
|
||||
Reference in New Issue
Block a user