Skip to content

Commit

Permalink
Metadata networks unit test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsereda committed Feb 4, 2024
1 parent 8a602b8 commit d828eed
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning].

## [Unreleased]

### Fixed

- ci: Fixed falling `test_metadata_networks()`

## [7.3.1] - 2024-01-29

### Fixed
Expand Down
1 change: 1 addition & 0 deletions src/dipdup/models/tzip_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ class TzipMetadataNetwork(Enum):
ghostnet = 'ghostnet'
mumbainet = 'mumbainet'
nairobinet = 'nairobinet'
oxfordnet = 'oxfordnet'

0 comments on commit d828eed

Please sign in to comment.