mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-05 06:25:36 +00:00
Speed up unit tests
This commit is contained in:
parent
d060ae586f
commit
7af5e1f3e7
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue