All checks were successful
default / dotnet-default-workflow (push) Successful in 2m0s
8 lines
183 B
C#
8 lines
183 B
C#
// Copyright (c) The Geekeey Authors
|
|
// SPDX-License-Identifier: EUPL-1.2
|
|
|
|
namespace Geekeey.Request.Dispatcher.Tests;
|
|
|
|
public class FailingStreamRequest : IStreamRequest<string>
|
|
{
|
|
}
|