Commit 4f4f0abe authored by refcell.eth's avatar refcell.eth Committed by GitHub

Update op-challenger/game/fault/trace/split/provider_test.go

Co-authored-by: default avatarAdrian Sutton <adrian@oplabs.co>
parent 48b74e26
......@@ -27,7 +27,7 @@ func TestGet(t *testing.T) {
require.ErrorIs(t, err, mockGetError)
})
t.Run("ReturnsCorrectOutput", func(t *testing.T) {
t.Run("ReturnsCorrectOutputFromTopProvider", func(t *testing.T) {
mockOutputProvider := mockTraceProvider{getOutput: mockOutput}
splitProvider := newSplitTraceProvider(t, &mockOutputProvider, &mockTraceProvider{}, 40)
output, err := splitProvider.Get(context.Background(), types.NewPosition(6, 3))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment