Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Mar 24, 2022
1 parent 3903828 commit 394b601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/state/state_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ func TestOpen(t *testing.T) {
}{
"Empty": {
filename: "empty.json",
state: &State{path: "empty.json"},
state: &State{Self: Self{Resources: map[string]Resource{}}, path: "empty.json"},
},
"Open": {
filename: "state.json",
Expand Down

0 comments on commit 394b601

Please sign in to comment.