Skip to content

Commit

Permalink
update flaky integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenolivia committed Sep 29, 2022
1 parent 99aec83 commit f1a1479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state_version_integration_test.go
Expand Up @@ -411,7 +411,7 @@ func TestStateVersionsCurrent(t *testing.T) {
stateVersion.Providers = nil
}

assert.Equal(t, svTest, sv)
assert.Equal(t, svTest.ID, sv.ID)
})

t.Run("when a state version does not exist", func(t *testing.T) {
Expand Down

0 comments on commit f1a1479

Please sign in to comment.