Skip to content

Commit

Permalink
WIP Fix: post-163 tests in messaging package --wip-- [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpolizzo committed May 24, 2023
1 parent a2c745f commit ea7aa80
Show file tree
Hide file tree
Showing 20 changed files with 391 additions and 563 deletions.
3 changes: 1 addition & 2 deletions packages/messaging/__tests__/messages/ContractInfo.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {
import {
ContractInfo,
ContractInfoType,
DisjointContractInfo,
SingleContractInfo,
} from '../../lib/messages/ContractInfo';
import { SingleOracleInfo } from '../../lib/messages/OracleInfo';
Expand All @@ -24,7 +23,7 @@ import { RoundingIntervals } from '../../lib/messages/RoundingIntervals';
chai.use(chaiAsPromised);
const expect = chai.expect;

describe('ContractInfoV0', () => {
describe('ContractInfo', () => {
describe('serialize', () => {
it('serializes', () => {
const instance = new SingleContractInfo();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { expect } from 'chai';

import { DigitDecompositionEventDescriptorV0Pre167 } from '../../lib/messages/pre-167/EventDescriptor';

describe('DigitDecompositionEventDescriptorV0', () => {
describe('DigitDecompositionEventDescriptorV0Pre167', () => {
describe('serialize', () => {
it('serializes', () => {
const instance = new DigitDecompositionEventDescriptorV0Pre167();
Expand Down
Loading

0 comments on commit ea7aa80

Please sign in to comment.