Skip to content

Commit

Permalink
fix(server): fix test error in datacatalogv3
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Aug 21, 2024
1 parent aa9dc32 commit 5c917f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/datacatalog/plateauapi/inmemory_filter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ func TestFilterDataset(t *testing.T) {
t.Run("default stage", func(t *testing.T) {
assert.False(t, filterDataset(RelatedDataset{
TypeCode: "emergency_route",
Admin: map[string]any{
"stage": "beta",
Admin: &Admin{
Stage: "beta",
},
}, DatasetsInput{}, nil))
})
Expand Down

0 comments on commit 5c917f9

Please sign in to comment.