(t *testing.T)
| 360 | } |
| 361 | |
| 362 | func TestDefaultUserAgent(t *testing.T) { |
| 363 | c := NewClient(Config{ |
| 364 | Caster: "localhost:2101", |
| 365 | Mountpoint: "/M", |
| 366 | Password: "p", |
| 367 | }) |
| 368 | require.Equal(t, "NTRIP ntripper/1.0", c.config.UserAgent) |
| 369 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…