mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2025-12-06 07:12:04 +01:00
Speed up unit tests
This commit is contained in:
parent
d060ae586f
commit
7af5e1f3e7
|
|
@ -9,7 +9,7 @@ namespace NmeaParser.Tests
|
|||
internal class BufferedStringDevice : NmeaParser.BufferedStreamDevice
|
||||
{
|
||||
string m_data;
|
||||
public BufferedStringDevice(string data)
|
||||
public BufferedStringDevice(string data) : base(1)
|
||||
{
|
||||
m_data = data;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue