Skip to content

Commit

Permalink
fix after review
Browse files Browse the repository at this point in the history
  • Loading branch information
axenteoctavian committed Dec 6, 2024
1 parent 641a7d1 commit 7ee3615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factory/runType/sovereignRunTypeComponentsFactory_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func TestSovereignRunTypeComponentsFactory_CreateAndClose(t *testing.T) {
t.Parallel()

srtcf := NewSovereignRunTypeComponentsFactory()
require.NotNil(t, srtcf)
require.False(t, srtcf.IsInterfaceNil())

srtc := srtcf.Create()
require.NotNil(t, srtc)
Expand Down

0 comments on commit 7ee3615

Please sign in to comment.