Skip to content

Commit

Permalink
Fix test for v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Frenette <[email protected]>
  • Loading branch information
silphid committed Dec 11, 2020
1 parent ccbf748 commit 599853a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/internal/persist/loadSpec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ func TestLoadSpec(t *testing.T) {
metadata:
name: Name
description: Description
version: 0.0.1
version: 0.2.0
import:
common: common
go: go/common
Expand All @@ -337,7 +337,7 @@ actions:
Expected: &model.Spec{
Name: "Name",
Description: "Description",
Version: "0.0.1",
Version: "0.2.0",
Actions: model.ActionMap{
"action1": {
Name: "action1",
Expand Down

0 comments on commit 599853a

Please sign in to comment.