diff options
Diffstat (limited to 'entity/dag/op_noop_test.go')
-rw-r--r-- | entity/dag/op_noop_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/entity/dag/op_noop_test.go b/entity/dag/op_noop_test.go index 61497b5b..4c60a577 100644 --- a/entity/dag/op_noop_test.go +++ b/entity/dag/op_noop_test.go @@ -4,8 +4,8 @@ import ( "encoding/json" "testing" - "github.com/MichaelMure/git-bug/entities/identity" - "github.com/MichaelMure/git-bug/entity" + "github.com/git-bug/git-bug/entities/identity" + "github.com/git-bug/git-bug/entity" ) func TestNoopSerialize(t *testing.T) { |