Skip to content

Commit b533e5f

Browse files
committed
Merge branch 'feature/data-structure'
2 parents 64fa967 + 325f329 commit b533e5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vodyani apollo-client
22

3-
🛸 携程 apollo 配置中心客户端。支持配置的查询、更新、订阅、操作开放中心
3+
🛸 携程 apollo 配置中心客户端。支持查询配置、订阅配置、使用开放中心提供的公共 API
44

55
[![Npm](https://img.shields.io/npm/v/@vodyani/apollo-client/latest.svg)](https://www.npmjs.com/package/@vodyani/apollo-client)
66
[![Npm](https://img.shields.io/npm/v/@vodyani/apollo-client/beta.svg)](https://www.npmjs.com/package/@vodyani/apollo-client)

test/apollo-client.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ describe('ApolloClientBuilder', () => {
5959
client.unSubscribe();
6060
client.unPolling();
6161

62-
const config = toDeepMatch(value, 'apollo.domain.client');
62+
const config = toDeepMatch(value, 'apollo.domain.client001');
6363

6464
try {
6565
expect(config.value).toEqual({ content: String(current) });

0 commit comments

Comments
 (0)