Skip to content

Commit f5877fd

Browse files
chore: a few updates
1 parent 0c4904d commit f5877fd

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ NOTE: atlas tools are only available when you set credentials on [configuration]
308308
- `db-stats` - Return statistics about a MongoDB database
309309
- `export` - Export a query or aggregation results in the specified EJSON format.
310310

311-
## Supported Resources
311+
## 📄 Supported Resources
312312

313313
- `config` - Server configuration, supplied by the user either as environment variables or as startup arguments with sensitive parameters redacted. The resource can be accessed under URI `config://config`.
314314
- `debug` - Debugging information for MongoDB connectivity issues. Tracks the last connectivity attempt and error information. The resource can be accessed under URI `debug://mongodb`.

tests/accuracy/export.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ describeAccuracyTests([
1111
exportTitle: Matcher.string(),
1212
database: "mflix",
1313
collection: "movies",
14-
exportTitle: Matcher.string(),
1514
exportTarget: [
1615
{
1716
name: "find",
@@ -31,7 +30,6 @@ describeAccuracyTests([
3130
exportTitle: Matcher.string(),
3231
database: "mflix",
3332
collection: "movies",
34-
exportTitle: Matcher.string(),
3533
exportTarget: [
3634
{
3735
name: "find",
@@ -55,7 +53,6 @@ describeAccuracyTests([
5553
exportTitle: Matcher.string(),
5654
database: "mflix",
5755
collection: "movies",
58-
exportTitle: Matcher.string(),
5956
exportTarget: [
6057
{
6158
name: "find",
@@ -84,7 +81,6 @@ describeAccuracyTests([
8481
exportTitle: Matcher.string(),
8582
database: "mflix",
8683
collection: "movies",
87-
exportTitle: Matcher.string(),
8884
exportTarget: [
8985
{
9086
name: "find",

0 commit comments

Comments
 (0)