Skip to content

Commit

Permalink
update test name
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Jan 22, 2025
1 parent e11573b commit 77ee73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/data-type.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ test('getByVersionId fetches docs by their version ID', async () => {
assert.equal(created.docId, fetched.docId)
})

test('getByVersionId returns null if fetching a version ID in the same store, but with a different type', async () => {
test('getByVersionId returns rejects if fetching a version ID in the same store, but with a different type', async () => {
const {
dataType: observationDataType,
dataStore,
Expand Down

0 comments on commit 77ee73d

Please sign in to comment.