]> git.arvados.org - arvados.git/blob - sdk/go/arvadostest/api_test.go
21766: Fix disk cache size percentage calculation.
[arvados.git] / sdk / go / arvadostest / api_test.go
1 // Copyright (C) The Arvados Authors. All rights reserved.
2 //
3 // SPDX-License-Identifier: Apache-2.0
4
5 package arvadostest
6
7 import "git.arvados.org/arvados.git/sdk/go/arvados"
8
9 // Test that *APIStub implements arvados.API
10 var _ arvados.API = &APIStub{}