Skip to content

Commit 2ddfb8e

Browse files
committed
chore: stop skipping dataset test
Signed-off-by: Donnie Adams <[email protected]>
1 parent 9848026 commit 2ddfb8e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

datasets_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import (
99
)
1010

1111
func TestDatasets(t *testing.T) {
12-
t.Skipf("Changes have been made to the dataset API, this test needs to be updated")
13-
1412
workspaceID, err := g.CreateWorkspace(context.Background(), "directory")
1513
require.NoError(t, err)
1614

0 commit comments

Comments
 (0)