Skip to content

Commit

Permalink
test: rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
castarco committed Jul 14, 2021
1 parent 5da7952 commit aae3e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/__tests__/regressions.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Regressions } from './generated/Regressions'

describe('regressions', () => {
it('decodes missing nested fields as undefined when there are no enums', () => {
it('01. decodes missing nested fields as undefined when there are no enums', () => {
// Background: before this test was written, calling .asInterface() for nested objects was
// done only when there were enum fields at some level of the object.

Expand Down

0 comments on commit aae3e81

Please sign in to comment.