Skip to content

Commit

Permalink
Pkgname was wrong (flyteorg#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketan Umare authored Jun 19, 2020
1 parent a8c0b1c commit d16ff82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flytestdlib/futures/future.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// }
// f.Ready() // can be checked for completion
// f.Get() .. will block till the given sub-routine returns
package data
package futures

import (
"context"
Expand Down
2 changes: 1 addition & 1 deletion flytestdlib/futures/future_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package data
package futures

import (
"context"
Expand Down

0 comments on commit d16ff82

Please sign in to comment.